srt icon indicating copy to clipboard operation
srt copied to clipboard

Changed cond notification naming. Added and used new sync utilities.

Open ethouris opened this issue 2 years ago • 0 comments

  1. All POSIX-like signal/broadcast names changed to notify_one/all to follow the naming used in the C++ standard.
  2. 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.

ethouris avatar Aug 12 '22 12:08 ethouris