|
Stride Reference Manual
1.0
|
#include <async.h>

Public Member Functions | |
| bool | isSet () const |
| void | set () |
| void | reset () |
| void | wait () const |
Private Attributes | |
| mutex | m_mut |
| condition_variable | m_cv |
| bool | m_flag = false |
|
inline |
Definition at line 22 of file async.h.
Referenced by stride::util::future_pool().
|
inline |
Definition at line 38 of file async.h.
Referenced by stride::util::future_pool().