chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.72k stars 1.19k forks source link

Seems a typo in strand.hpp #1371

Open ILikeIneine opened 9 months ago

ILikeIneine commented 9 months ago

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.