A client that allows to subscribe to OS signals SIGUSR1 andSIGUSR2`.   
Definition in file processor.hpp.
Go to the source code of this file.
#include <userver/concurrent/async_event_channel.hpp>#include <userver/engine/task/task_processor_fwd.hpp>#include <userver/os_signals/subscriber.hpp>#include <userver/utils/internal_tag_fwd.hpp>
 Include dependency graph for processor.hpp:
 This graph shows which files directly or indirectly include this file:Classes | |
| class | os_signals::Processor | 
A client that allows to subscribe to OS signals SIGUSR1 andSIGUSR2`.  More... | |
Namespaces | |
| namespace | os_signals | 
| Components and functions to work with OS signals.  | |
Variables | |
| constexpr int | os_signals::kSigUsr1 = 10 | 
| Constant for SIGUSR1.   | |
| constexpr int | os_signals::kSigUsr2 = 12 | 
| Constant for SIGUSR2.   | |