Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions
dmlc::ManualEvent Class Reference

Simple manual-reset event gate which remains open after signalled. More...

#include <thread_group.h>

Public Member Functions

void wait ()
 Wait for the object to become signaled. If the object is already in the signaled state and reset() has not been called, then no wait will occur.
 
void signal ()
 Set this object's state to signaled (wait() will release or pass through)
 
void reset ()
 Manually reset this object's state to unsignaled (wait() will block)
 

Detailed Description

Simple manual-reset event gate which remains open after signalled.


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