|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
#include <coroutine.h>
Public Member Functions | |
| template<typename... Events> | |
| constexpr | resumable_task_events (Events &&... events) |
members mandated by the Awaiter concept | |
| constexpr bool | await_ready () const |
| void | await_suspend (coroutine_handle< resumable_task_state > pending_task) |
| void | await_resume () |
statically-sized sequence of events on whose completion progress of a given task depends on
Awaiter for resumable_task coroutine (the concept is not defined in the standard, see https://lewissbaker.github.io/2017/11/17/understanding-operator-co-await instead ) Definition at line 169 of file coroutine.h.
|
inlineconstexpr |
Definition at line 178 of file coroutine.h.
|
inlineconstexpr |
Definition at line 183 of file coroutine.h.
|
inline |
Definition at line 190 of file coroutine.h.
|
inline |
Definition at line 185 of file coroutine.h.
1.9.8