dispenso
A library for task parallelism
 
Loading...
Searching...
No Matches
schedulable.h File Reference
#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
 

Variables

constexpr ImmediateInvoker dispenso::kImmediateInvoker
 
constexpr NewThreadInvoker dispenso::kNewThreadInvoker
 

Detailed Description

Classes providing simple schedulables that match scheduling interfaces of *TaskSet and ThreadPool

Definition in file schedulable.h.

Variable Documentation

◆ kImmediateInvoker

constexpr ImmediateInvoker dispenso::kImmediateInvoker
constexpr

Definition at line 52 of file schedulable.h.

◆ kNewThreadInvoker

constexpr NewThreadInvoker dispenso::kNewThreadInvoker
constexpr

Definition at line 88 of file schedulable.h.