ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ttg::event Struct Reference

represents a generic one-time event More...

#include <coroutine.h>

Public Member Functions

void finish ()
 
bool finished () const
 

Detailed Description

represents a generic one-time event

Definition at line 43 of file coroutine.h.

Member Function Documentation

◆ finish()

void ttg::event::finish ( )
inline

Definition at line 44 of file coroutine.h.

◆ finished()

bool ttg::event::finished ( ) const
inline
Returns
true if the event has occurred

Definition at line 47 of file coroutine.h.


The documentation for this struct was generated from the following file: