mirror of
https://github.com/boostorg/asio.git
synced 2025-05-12 14:11:39 +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);