-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Does it have a coro lock? #935
Comments
I join the question, are you @chriskohlhoff planning to add something like async_mutex from cppcoro? It's not about thread synchronization, but about prevention of concurrent execution of coroutines at some code points.. I believe there is no way to achieve such behavior with strands. Also there is similar async_mutex in libunifex of facebook. |
It doesn't seem to work with other libraries, I don't know how to deal with this situation |
no such thing, at present ;) |
I reinvented it this way (maybe will be useful for someone):
|
The text was updated successfully, but these errors were encountered: