mirror of
https://github.com/boostorg/asio.git
synced 2026-02-01 20:12:09 +00:00
935dad16cb7566f74094f4fefdf61c85f8243cb7
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.
Description
Mirrored via gitea-mirror
Languages
C++
99.6%
HTML
0.2%
Perl
0.2%