Cpp-Taskflow
2.3.1
|
This is the complete list of members for tf::Executor, including all inherited members.
Executor(unsigned n=std::thread::hardware_concurrency()) | tf::Executor | inlineexplicit |
make_observer(Args &&... args) | tf::Executor | |
num_workers() const | tf::Executor | inline |
remove_observer() | tf::Executor | inline |
run(Taskflow &taskflow) | tf::Executor | inline |
run(Taskflow &taskflow, C &&callable) | tf::Executor | |
run_n(Taskflow &taskflow, size_t N) | tf::Executor | inline |
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, C &&callable) | tf::Executor | |
this_worker_id() const | tf::Executor | inline |
wait_for_all() | tf::Executor | inline |
~Executor() | tf::Executor | inline |