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::Executorfriend
async(P &&params, 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 &&params, F &&func, Tasks &&... tasks)tf::Executor
dependent_async(F &&func, I first, I last)tf::Executor
dependent_async(P &&params, F &&func, I first, I last)tf::Executor
Executor(size_t N=std::thread::hardware_concurrency(), std::shared_ptr< WorkerInterface > wif=nullptr)tf::Executorexplicit
FlowBuilder (defined in tf::Executor)tf::Executorfriend
make_observer(ArgsT &&... args)tf::Executor
NonpreemptiveRuntime (defined in tf::Executor)tf::Executorfriend
num_observers() const noexcepttf::Executor
num_queues() const noexcepttf::Executor
num_topologies() consttf::Executor
num_waiters() const noexcepttf::Executor
num_workers() const noexcepttf::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::Executorfriend
silent_async(P &&params, F &&func)tf::Executor
silent_async(F &&func)tf::Executor
silent_dependent_async(F &&func, Tasks &&... tasks)tf::Executor
silent_dependent_async(P &&params, F &&func, Tasks &&... tasks)tf::Executor
silent_dependent_async(F &&func, I first, I last)tf::Executor
silent_dependent_async(P &&params, F &&func, I first, I last)tf::Executor
Subflow (defined in tf::Executor)tf::Executorfriend
task_group()tf::Executorinline
TaskGroup (defined in tf::Executor)tf::Executorfriend
this_worker()tf::Executor
this_worker_id() consttf::Executor
wait_for_all()tf::Executor
~Executor()tf::Executor