|
dispenso 1.4.1
A library for task parallelism
|
#include <dispenso/detail/task_set_impl.h>Go to the source code of this file.
Classes | |
| class | dispenso::TaskSet |
| class | dispenso::ConcurrentTaskSet |
Functions | |
| DISPENSO_DLL_ACCESS TaskSetBase * | dispenso::parentTaskSet () |
A file providing TaskSet and ConcurrentTaskSet. These interfaces allow the user to submit/schedule multiple closures and then wait on them.
Definition in file task_set.h.
| DISPENSO_DLL_ACCESS TaskSetBase * dispenso::parentTaskSet | ( | ) |
Get access to the parent task set that scheduled the currently running code. nullptr if called outside the context of a (Concurrent)TaskSet schedule.