|
CX Framework
Cross-platform C utility framework
|
One-time event gate for task synchronization. More...
#include <taskrequiresgate.h>
Public Member Functions | |
| atomic (uint32) state | |
| Current gate state (closed/open/sealed) | |
Data Fields | |
| string | name |
| Gate name for logging and debugging. | |
| int64 | lastprogress |
| Last time progress() was called. | |
One-time event gate for task synchronization.
Definition at line 84 of file taskrequiresgate.h.