Skip to content
New issue

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 async_auto_reset_event #23

Closed
lewissbaker opened this issue Jul 18, 2017 · 1 comment
Closed

Add async_auto_reset_event #23

lewissbaker opened this issue Jul 18, 2017 · 1 comment
Assignees

Comments

@lewissbaker
Copy link
Owner

Add an implementation of async_auto_reset_event that allows multiple concurrent awaiters.

It differs from async_manual_reset_event in that a call to set() releases at one pending waiter rather than releasing all pending waiters.

@lewissbaker lewissbaker self-assigned this Jul 20, 2017
@lewissbaker
Copy link
Owner Author

Implemented in 4b20a24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant