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