We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an implementation of async_auto_reset_event that allows multiple concurrent awaiters.
async_auto_reset_event
It differs from async_manual_reset_event in that a call to set() releases at one pending waiter rather than releasing all pending waiters.
async_manual_reset_event
set()
The text was updated successfully, but these errors were encountered:
Implemented in 4b20a24
Sorry, something went wrong.
Merge pull request lewissbaker#23 from andreasbuhr/fix_msvc_cpp17
e29ba1d
Fix msvc cpp17
lewissbaker
No branches or pull requests
Add an implementation of
async_auto_reset_event
that allows multiple concurrent awaiters.It differs from
async_manual_reset_event
in that a call toset()
releases at one pending waiter rather than releasing all pending waiters.The text was updated successfully, but these errors were encountered: