asio
asio copied to clipboard
Seems a typo in strand.hpp
https://github.com/chriskohlhoff/asio/blob/89b0a4138a92883ae2514be68018a6c837a5b65f/asio/include/asio/strand.hpp#L317
Instead, it will be scheduled by the underlying executor's defer function.
Should be corrected as:
Instead, it will be scheduled by the underlying executor's post function.