20 lines
291 B
Markdown
20 lines
291 B
Markdown
# File: `Condition.h`
|
|
|
|
## Classes
|
|
|
|
- `Condition`
|
|
|
|
## Functions
|
|
|
|
- `void Signal();`
|
|
- `void SignalAll();`
|
|
- `void Wait();`
|
|
|
|
## Notable Comments
|
|
|
|
- /*
|
|
- */
|
|
- //Sombody, someday needs to figure out how to implement a condition
|
|
- //system on windows...
|
|
- // bool TimedWait(unsigned long usec);
|