asio C++ library

PrevUpHomeNext

windows::basic_object_handle::cancel

Cancel all asynchronous operations associated with the handle.

void cancel();
  » more...

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

PrevUpHomeNext