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>
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. | |
A manager that allows to subscribe to OS signals, example: SIGUSR1, SIGUSR2.
Definition in file processor.hpp.