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
2020-04-07 11:15:42 +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
2020-04-07 11:15:42 +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
2020-04-07 11:15:42 +10:00
2020-04-07 11:15:42 +10:00