chriskohlhoff / asio

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

Immediate executor support for any_completion_handler #1320

Open ecorm opened 1 year ago

ecorm commented 1 year ago

I tried searching for the term "immediate" in the any_completion_handler.hpp header and didn't find anything. Unless I misunderstand the magic behind any_completion_handler, it appears it currently does not support the new immediate executor mechanism introduced in 1.82.

I don't need this support urgently, just making a note that any_completion_handler is currently incomplete with regards to immediate executors.

ecorm commented 1 year ago

Possibly fixed by 91e6bb2629695fa5ddf01cb5d8a9858542accd97