| 50 | #endif // !defined(GENERATING_DOCUMENTATION) |
| 51 | |
| 52 | inline io_context::executor_type |
| 53 | io_context::get_executor() ASIO_NOEXCEPT |
| 54 | { |
| 55 | return executor_type(*this); |
| 56 | } |
| 57 | |
| 58 | #if defined(ASIO_HAS_CHRONO) |
| 59 |
no outgoing calls
no test coverage detected