Seastar
High performance C++ framework for concurrent servers
|
#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... | |