userver: userver/os_signals/processor.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
processor.hpp File Reference

Detailed Description

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 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.