asio C++ library

PrevUpHomeNext

basic_stream_socket::cancel

Cancel all asynchronous operations associated with the socket.

void cancel();
  » more...

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

PrevUpHomeNext