mirror of
https://github.com/boostorg/asio.git
synced 2026-01-21 16:52:09 +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);