| 2399 | } |
| 2400 | |
| 2401 | executor_type get_executor() const ASIO_NOEXCEPT |
| 2402 | { |
| 2403 | return self_->get_executor(); |
| 2404 | } |
| 2405 | |
| 2406 | template <typename WaitHandler> |
| 2407 | void operator()(ASIO_MOVE_ARG(WaitHandler) handler, wait_type w) const |
no outgoing calls
no test coverage detected