|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
Classes | |
| struct | ttg::resumable_task_events< N > |
| struct | ttg::event |
| represents a generic one-time event More... | |
| struct | ttg::resumable_task |
| task that can be resumed after some events occur More... | |
| struct | ttg::resumable_task_state |
Functions | |
| template<typename... Events> | |
| ttg::resumable_task_events (Events &&...) -> resumable_task_events< sizeof...(Events)> | |
| bool | ttg::resumable_task::ready () const |
| bool | ttg::resumable_task::completed () const |
| ttg::span< event * > | ttg::resumable_task::events () |
|
inline |
Definition at line 161 of file coroutine.h.
|
inline |
Definition at line 162 of file coroutine.h.
|
inline |
Definition at line 160 of file coroutine.h.
| ttg::resumable_task_events | ( | Events && | ... | ) | -> resumable_task_events< sizeof...(Events)> |
1.9.8