asio C++ library

PrevUpHomeNext

raw_socket_service::cancel

Cancel all asynchronous operations associated with the socket.

asio::error_code cancel(
    implementation_type & impl,
    asio::error_code & ec);

PrevUpHomeNext