Get the executor associated with the object.
| 344 | |
| 345 | /// Get the executor associated with the object. |
| 346 | executor_type get_executor() ASIO_NOEXCEPT |
| 347 | { |
| 348 | return impl_.get_executor(); |
| 349 | } |
| 350 | |
| 351 | /// Open the file using the specified path. |
| 352 | /** |
nothing calls this directly
no test coverage detected