MLIB
|
event class definition. More...
#include "syncbase.h"
Go to the source code of this file.
Data Structures | |
class | mlib::event |
Events have only two states: signaled and not signaled. More... | |
class | mlib::manual_event |
Event objects that need manual reset. More... | |
class | mlib::auto_event |
Event objects that reset automatically after a successful wait. More... | |
event class definition.