srt
srt copied to clipboard
Changed cond notification naming. Added and used new sync utilities.
- All POSIX-like signal/broadcast names changed to notify_one/all to follow the naming used in the C++ standard.
- Added a new CUniqueSync class that integrates CSync and UniqueLock and improved the CEvent class to make it more usable as a mutex/condition pair.