chriskohlhoff / asio

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

immediate executor & async_compose #1287

Open klemens-morgenstern opened 1 year ago

klemens-morgenstern commented 1 year ago

async_compose doesn't seem to use the immediate executor yet (but I might have missed it). I'd like support to use in boostorg/beast.

For me the easiert would be that self.complete just picks that up and tracks if it's immediate.