Github   Telegram
Loading...
Searching...
No Matches
Classes | Namespaces
processor.hpp File Reference

A manager that allows to subscribe to OS signals, example: SIGUSR1, SIGUSR2. More...

#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:

Go to the source code of this file.

Classes

class  os_signals::Processor
 A manager that allows to subscribe to OS signals, example: SIGUSR1, SIGUSR2. More...
 

Namespaces

namespace  os_signals
 Components and functions to work with OS signals.
 

Detailed Description

A manager that allows to subscribe to OS signals, example: SIGUSR1, SIGUSR2.

Definition in file processor.hpp.