File spawn.hpp¶
Utilities for spawning and joining tasks from the current scope.
Contents
Definition (include/concore/spawn.hpp)¶
Detailed Description¶
Function concore::v1::spawn(std::initializer_list<task_function>&&, task_group, bool), Function concore::v1::spawn_and_wait(std::initializer_list<task_function>&&, bool), Function concore::v1::wait, Struct spawn_executor, Struct spawn_continuation_executor
Includes¶
detail/exec_context_if.hppdetail/library_data.hppinitializer_listtask.hpp(File finish_task.hpp)