boost::corosio::signal_set::cancel

Cancel all operations associated with the signal set.

Synopsis

void
cancel();

Description

This function forces the completion of any pending asynchronous wait operations against the signal set. The handler for each cancelled operation will be invoked with an error code that compares equal to capy::cond::canceled.

Cancellation does not alter the set of registered signals.

Created with MrDocs