docs/classtf_1_1Executor-members.html
| | Taskflow: A General-purpose Task-parallel Programming System |
Loading...
Searching...
No Matches
tf::Executor Member List
This is the complete list of members for tf::Executor, including all inherited members.
| Algorithm (defined in tf::Executor) | tf::Executor | friend | | async(P &¶ms, F &&func) | tf::Executor | | | async(F &&func) | tf::Executor | | | corun(T &target) | tf::Executor | | | corun_until(P &&predicate) | tf::Executor | | | dependent_async(F &&func, Tasks &&... tasks) | tf::Executor | | | dependent_async(P &¶ms, F &&func, Tasks &&... tasks) | tf::Executor | | | dependent_async(F &&func, I first, I last) | tf::Executor | | | dependent_async(P &¶ms, F &&func, I first, I last) | tf::Executor | | | Executor(size_t N=std::thread::hardware_concurrency(), std::shared_ptr< WorkerInterface > wif=nullptr) | tf::Executor | explicit | | FlowBuilder (defined in tf::Executor) | tf::Executor | friend | | make_observer(ArgsT &&... args) | tf::Executor | | | NonpreemptiveRuntime (defined in tf::Executor) | tf::Executor | friend | | num_observers() const noexcept | tf::Executor | | | num_queues() const noexcept | tf::Executor | | | num_topologies() const | tf::Executor | | | num_waiters() const noexcept | tf::Executor | | | num_workers() const noexcept | tf::Executor | | | remove_observer(std::shared_ptr< Observer > observer) | tf::Executor | | | run(Taskflow &taskflow) | tf::Executor | | | run(Taskflow &&taskflow) | tf::Executor | | | run(Taskflow &taskflow, C &&callable) | tf::Executor | | | run(Taskflow &&taskflow, C &&callable) | tf::Executor | | | run_n(Taskflow &taskflow, size_t N) | tf::Executor | | | run_n(Taskflow &&taskflow, size_t N) | tf::Executor | | | 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(P &¶ms, F &&func) | tf::Executor | | | silent_async(F &&func) | tf::Executor | | | silent_dependent_async(F &&func, Tasks &&... tasks) | tf::Executor | | | silent_dependent_async(P &¶ms, F &&func, Tasks &&... tasks) | tf::Executor | | | silent_dependent_async(F &&func, I first, I last) | tf::Executor | | | silent_dependent_async(P &¶ms, F &&func, I first, I last) | tf::Executor | | | Subflow (defined in tf::Executor) | tf::Executor | friend | | task_group() | tf::Executor | inline | | TaskGroup (defined in tf::Executor) | tf::Executor | friend | | this_worker() | tf::Executor | | | this_worker_id() const | tf::Executor | | | wait_for_all() | tf::Executor | | | ~Executor() | tf::Executor | |