| 2431 | } |
| 2432 | |
| 2433 | executor_type get_executor() const ASIO_NOEXCEPT |
| 2434 | { |
| 2435 | return self_->get_executor(); |
| 2436 | } |
| 2437 | |
| 2438 | template <typename AcceptHandler, typename Protocol1, typename Executor1> |
| 2439 | void operator()(ASIO_MOVE_ARG(AcceptHandler) handler, |
nothing calls this directly
no test coverage detected