Function ntex_async_std::signal

source ·
pub fn signal() -> Option<Receiver<Signal>>
Expand description

Register signal handler.

Signals are handled by oneshots, you have to re-register after each signal.