Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

experimental::basic_channel::cancel

Cancel all asynchronous operations waiting on the channel.

void cancel();

All outstanding send operations will complete with the error boost::asio::experimental::error::channel_canceld. Outstanding receive operations complete with the result as determined by the channel traits.


PrevUpHomeNext