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 an older version of Boost and was released in 2017. The current version is 1.89.0.
Default service implementation for a signal set.
class signal_set_service : public io_service::service
|
Name |
Description |
|---|---|
|
The type of a signal set implementation. |
|
Name |
Description |
|---|---|
|
Add a signal to a signal_set. |
|
|
Cancel all operations associated with the signal set. |
|
|
Remove all signals from a signal_set. |
|
|
Construct a new signal set implementation. |
|
|
Destroy a signal set implementation. |
|
|
Get the io_service object that owns the service. |
|
|
Remove a signal to a signal_set. |
|
|
Construct a new signal set service for the specified io_service. |
|
Name |
Description |
|---|---|
|
The unique service identifier. |
Header: boost/asio/signal_set_service.hpp
Convenience header: boost/asio.hpp