Hello..
About my C++ synchronization objects library for Windows and Linux..
Here is what i have enhanced:
- My Scalable Asymmetric Reader-Writer Mutex was enhanced, now you can
pass the number of reader threads to the constructor.
- And my SemaMonitor was enhanced, the wait() method return true if it
is signaled and false if it is not.
- And also i have added a Mutex that works correctly.
Please read more about my C++ synchronization objects library on
my following website:
You can download my C++ synchronization objects library that i have
just updated from:
https://sites.google.com/site/scalable68/c-synchronization-objects-library
Thank you,
Amine Moulay Ramdane.