|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
task that can be resumed after some events occur More...
#include <coroutine.h>
Inherits ttg::coroutine_handle< resumable_task_state >.
Public Types | |
| using | base_type = ttg::coroutine_handle< resumable_task_state > |
members mandated by the promise_type concept | |
| using | promise_type = resumable_task_state |
Public Member Functions | |
| resumable_task (base_type base) | |
| base_type | handle () |
| bool | ready () const |
| bool | completed () const |
| ttg::span< event * > | events () |
task that can be resumed after some events occur
Definition at line 54 of file coroutine.h.
Definition at line 55 of file coroutine.h.
Definition at line 60 of file coroutine.h.
|
inline |
Definition at line 64 of file coroutine.h.
|
inline |
Definition at line 66 of file coroutine.h.
1.9.8