Seastar
High performance C++ framework for concurrent servers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Namespaces | Functions
signal.hh File Reference
#include <seastar/util/modules.hh>
#include <seastar/util/noncopyable_function.hh>

Go to the source code of this file.

Namespaces

namespace  seastar
 Seastar API namespace.
 

Functions

void seastar::handle_signal (int signo, noncopyable_function< void()> &&handler, bool once=false)
 Sets a signal handler for the specified signal. More...