mirror of
https://github.com/boostorg/asio.git
synced 2026-01-27 18:42:07 +00:00
Rather than using a context() member function, query the executor's
execution::context_t property to obtain its associated execution
context:
asio::execution_context& context
= asio::query(my_io_executor, asio::execution::context);
6.0 KiB
6.0 KiB