mirror of
https://github.com/boostorg/asio.git
synced 2026-02-01 20:12:09 +00:00
The asynchronous operations' initiation function objects now report their associated I/O executor via the nested type `executor_type` and member function `get_executor()`. The presence of `executor_type` and `get_executor()` should be treated as optional, and consequently it may be preferable to access them via the `associated_executor` trait and the `get_associated_executor()` helper function.