-
Notifications
You must be signed in to change notification settings - Fork 6
Replaces asio::post by async_immediate for immediate completions #37
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
Replaces asio::post by async_immediate for immediate completions #37
Conversation
async_immediate is the current recommended way of handling async immediate impletions AFAIK. It's equivalent to |
An automated preview of the documentation is available at https://37.http-io.prtest2.cppalliance.org/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anarthal, could you please rebase the commit and let the CI run?
Adds a missing include to except.hpp
3dccd62
to
ed1d03f
Compare
An automated preview of the documentation is available at https://37.http-io.prtest2.cppalliance.org/index.html |
An automated preview of the documentation is available at https://37.http-io.prtest2.cppalliance.org/index.html |
Rubén, is the PR still in draft on purpose or ready to go? |
Ready to go, forgot to update. |
Adds a missing include to except.hpp