|  | Home | Libraries | People | FAQ | More | 
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.