| 642 | "or earlier. Consult documentation for details.")) |
| 643 | #endif |
| 644 | void cancel() |
| 645 | { |
| 646 | asio::error_code ec; |
| 647 | impl_.get_service().cancel(impl_.get_implementation(), ec); |
| 648 | asio::detail::throw_error(ec, "cancel"); |
| 649 | } |
| 650 | |
| 651 | /// Cancel all asynchronous operations associated with the socket. |
| 652 | /** |
no test coverage detected