hpx/parallel/task_group.hpp
hpx/parallel/task_group.hpp#
See Public API for a list of names and headers that are part of the public HPX API.
-
namespace hpx
-
namespace execution#
-
namespace experimental#
-
class task_group#
Public Functions
-
task_group()#
-
~task_group()#
-
template<typename Executor, typename F, typename ...Ts>
inline void run(Executor &&exec, F &&f, Ts&&... ts)#
-
void wait()#
Private Types
Private Functions
-
void serialize(serialization::input_archive&, unsigned const)#
-
void serialize(serialization::output_archive&, unsigned const)#
Friends
- friend class serialization::access
-
task_group()#
-
class task_group#
-
namespace experimental#
-
namespace execution#