You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is an optimized version of a boolean flag + a condition variable. Works like a one-byte pipe, a channel. Need to bench it against plain mutex + condvar + flag without any optimizations.
The text was updated successfully, but these errors were encountered:
It is an optimized version of a boolean flag + a condition variable. Works like a one-byte pipe, a channel. Need to bench it against plain mutex + condvar + flag without any optimizations.
The text was updated successfully, but these errors were encountered: