picos icon indicating copy to clipboard operation
picos copied to clipboard

Use a counter based condition variable implementation

Open polytypic opened this issue 8 months ago • 0 comments

This changes the condition variable implementation of Lock and Rwlock to use an atomic counter to detect signals rather than use the ability of Awaitable to enqueue awaiters ahead of await.

polytypic avatar Jun 13 '25 15:06 polytypic