boost::corosio::signal_set::remove
Remove a signal from the signal set.
Synopsis
Declared in <boost/corosio/signal_set.hpp>
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.
Parameters
| Name | Description |
|---|---|
signal_number |
The signal to be removed from the set. |
Created with MrDocs