| 745 | "or earlier. Consult documentation for details.")) |
| 746 | #endif |
| 747 | void cancel() |
| 748 | { |
| 749 | boost::system::error_code ec; |
| 750 | impl_.get_service().cancel(impl_.get_implementation(), ec); |
| 751 | boost::asio::detail::throw_error(ec, "cancel"); |
| 752 | } |
| 753 | |
| 754 | /// Cancel all asynchronous operations associated with the file. |
| 755 | /** |
nothing calls this directly
no test coverage detected