asio C++ library

PrevUpHomeNext

socket_acceptor_service::cancel

Cancel all asynchronous operations associated with the acceptor.

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

PrevUpHomeNext