|
dispenso 1.5.1
A library for task parallelism
|
#include <cassert>#include <condition_variable>#include <mutex>#include <thread>#include <dispenso/detail/completion_event_impl.h>#include <dispenso/task_set.h>Go to the source code of this file.
Classes | |
| class | dispenso::ImmediateInvoker |
| class | dispenso::NewThreadInvoker |
Classes providing simple schedulables that match scheduling interfaces of *TaskSet and ThreadPool
Definition in file schedulable.h.