boost::corosio::signal_set::remove

Remove a signal from the signal set.

Synopsis

std::error_code
remove(int signal_number);

Description

This function removes the specified signal from the set. It has no effect if the signal is not in the set.

Return Value

Success, or an error if the signal could not be removed.

Parameters

Name Description

signal_number

The signal to be removed from the set.

Created with MrDocs