![]() |
Taskflow
3.2.0-Master-Branch
|
This is the complete list of members for tf::Executor, including all inherited members.
async(F &&f, ArgsT &&... args) | tf::Executor | |
Executor(size_t N=std::thread::hardware_concurrency()) | tf::Executor | inlineexplicit |
FlowBuilder (defined in tf::Executor) | tf::Executor | friend |
make_observer(ArgsT &&... args) | tf::Executor | |
named_async(const std::string &name, F &&f, ArgsT &&... args) | tf::Executor | |
named_silent_async(const std::string &name, F &&f, ArgsT &&... args) | tf::Executor | |
num_observers() const noexcept | tf::Executor | inline |
num_taskflows() const | tf::Executor | inline |
num_topologies() const | tf::Executor | inline |
num_workers() const noexcept | tf::Executor | inline |
remove_observer(std::shared_ptr< Observer > observer) | tf::Executor | |
run(Taskflow &taskflow) | tf::Executor | inline |
run(Taskflow &&taskflow) | tf::Executor | inline |
run(Taskflow &taskflow, C &&callable) | tf::Executor | |
run(Taskflow &&taskflow, C &&callable) | tf::Executor | |
run_n(Taskflow &taskflow, size_t N) | tf::Executor | inline |
run_n(Taskflow &&taskflow, size_t N) | tf::Executor | inline |
run_n(Taskflow &taskflow, size_t N, C &&callable) | tf::Executor | |
run_n(Taskflow &&taskflow, size_t N, C &&callable) | tf::Executor | |
run_until(Taskflow &taskflow, P &&pred) | tf::Executor | |
run_until(Taskflow &&taskflow, P &&pred) | tf::Executor | |
run_until(Taskflow &taskflow, P &&pred, C &&callable) | tf::Executor | |
run_until(Taskflow &&taskflow, P &&pred, C &&callable) | tf::Executor | |
Runtime (defined in tf::Executor) | tf::Executor | friend |
silent_async(F &&f, ArgsT &&... args) | tf::Executor | |
Subflow (defined in tf::Executor) | tf::Executor | friend |
this_worker_id() const | tf::Executor | inline |
wait_for_all() | tf::Executor | inline |
~Executor() | tf::Executor | inline |