Get the executor associated with the object.
| 444 | |
| 445 | /// Get the executor associated with the object. |
| 446 | executor_type get_executor() ASIO_NOEXCEPT |
| 447 | { |
| 448 | return impl_.get_executor(); |
| 449 | } |
| 450 | |
| 451 | /// Open the acceptor using the specified protocol. |
| 452 | /** |
nothing calls this directly
no test coverage detected