mirror of
https://github.com/boostorg/asio.git
synced 2026-01-19 04:02:09 +00:00
Previously, co_spawn-ing the following coroutine:
awaitable<void> foo()
{
co_await dispatch(use_awaitable);
}
would result in a call to the completion handler from within co_spawn.
4.1 KiB
4.1 KiB