-
Notifications
You must be signed in to change notification settings - Fork 253
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
update async-simple #882
update async-simple #882
Conversation
for detail, goto summary download Artifacts |
for detail, goto summary download Artifacts |
for detail, goto summary download Artifacts |
for detail, goto summary download Artifacts |
for detail, goto summary download Artifacts |
for detail, goto summary download Artifacts |
What is changing
update async-simple for future support of structure cancellation.
New version async-simple could provide a hint of schedule priority, now when we call async_simple::coro::Yield{}, we will push the work to the queue instead run it immediately, which avoid of stack overflow.
Example