Components and functions to work with OS signals. More...
Classes | |
class | Processor |
A manager that allows to subscribe to OS signals, example: SIGUSR1, SIGUSR2. More... | |
class | ProcessorComponent |
A storage for Processor listeners signals. More... | |
class | ProcessorMock |
Provides Processor for use in tests. More... | |
Typedefs | |
using | Subscriber = concurrent::AsyncEventSubscriberScope |
Components and functions to work with OS signals.
using os_signals::Subscriber = typedef concurrent::AsyncEventSubscriberScope |
Definition at line 13 of file subscriber.hpp.