|  | Home | Libraries | People | FAQ | More | 
Construct a signal set without adding any signals.
signal_set(
    boost::asio::io_context & io_context);
This constructor creates a signal set without registering for any signals.
                  The io_context
                  object that the signal set will use to dispatch handlers for any
                  asynchronous operations performed on the set.