asio C++ library

PrevUpHomeNext

basic_writable_pipe::cancel

Cancel all asynchronous operations associated with the pipe.

void cancel();
  » more...

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

PrevUpHomeNext