lets-write-sync-primitives
lets-write-sync-primitives copied to clipboard
Test condition variable
It would be great to test that condition variable works properly, including under load/contention. Unfortunately it's not clear how to test its behavior under load, since the load tends to hide bugs (lost wakeups).