2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-21 16:52:09 +00:00
Files
asio/example/cpp11/timeouts
Christopher Kohlhoff e4877fe03d Use properties to obtain an executor's execution context.
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);
2020-06-23 11:08:25 +10:00
..
2020-04-07 11:15:42 +10:00
2020-04-07 11:15:42 +10:00
2020-04-07 11:15:42 +10:00