Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext
signal_set::signal_set (1 of 4 overloads)

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.

Parameters

io_context

The io_context object that the signal set will use to dispatch handlers for any asynchronous operations performed on the set.


PrevUpHomeNext