|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::TaskGroup, including all inherited members.
| drain(const bool propagate) | Aleph::TaskGroup | inlineprivate |
| is_empty() const noexcept | Aleph::TaskGroup | inline |
| launch(F &&f, Args &&... args) | Aleph::TaskGroup | inline |
| make_invocable(F &&f, Args &&... args) | Aleph::TaskGroup | inlineprivatestatic |
| operator=(const TaskGroup &)=delete | Aleph::TaskGroup | |
| operator=(TaskGroup &&)=delete | Aleph::TaskGroup | |
| pool_ | Aleph::TaskGroup | private |
| run(F &&f, Args &&... args) | Aleph::TaskGroup | inline |
| size() const noexcept | Aleph::TaskGroup | inline |
| TaskGroup(ThreadPool &pool=default_pool()) noexcept | Aleph::TaskGroup | inlineexplicit |
| TaskGroup(const TaskGroup &)=delete | Aleph::TaskGroup | |
| TaskGroup(TaskGroup &&)=delete | Aleph::TaskGroup | |
| tasks_ | Aleph::TaskGroup | private |
| wait() | Aleph::TaskGroup | inline |
| ~TaskGroup() | Aleph::TaskGroup | inline |