asio C++ library

PrevUpHomeNext

basic_socket::cancel

Cancel all asynchronous operations associated with the socket.

void cancel();
  » more...

asio::error_code cancel(
    asio::error_code & ec);
  » more...

PrevUpHomeNext