Components and functions to work with OS signals.
Classes | |
| class | Processor | 
A client that allows to subscribe to OS signals SIGUSR1 andSIGUSR2`.  More... | |
| class | ProcessorComponent | 
| A component for os_signals::Processor.  More... | |
| class | ProcessorMock | 
| Provides Processor for use in tests.  More... | |
Typedefs | |
| using | Subscriber = concurrent::AsyncEventSubscriberScope | 
Variables | |
| constexpr int | kSigUsr1 = 10 | 
| Constant for SIGUSR1.   | |
| constexpr int | kSigUsr2 = 12 | 
| Constant for SIGUSR2.   | |
Definition at line 13 of file subscriber.hpp.
      
  | 
  inlineconstexpr | 
Constant for SIGUSR1.
Definition at line 18 of file processor.hpp.
      
  | 
  inlineconstexpr | 
Constant for SIGUSR2.
Definition at line 21 of file processor.hpp.