asio icon indicating copy to clipboard operation
asio copied to clipboard

Seems a typo in strand.hpp

Open ILikeIneine opened this issue 1 year ago • 0 comments

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.

ILikeIneine avatar Oct 09 '23 08:10 ILikeIneine