1
0
EQ2Emu/docs/code/Condition.md
2025-05-06 09:54:48 -04:00

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);