[][src]Module tokio::net::signal

Asynchronous signal handling for tokio. ctrl-C notifications are supported on both unix and windows systems. For finer grained signal handling support on unix systems, see tokio_net::signal::unix::Signal.

Functions

ctrl_c

Creates a new stream which receives "ctrl-c" notifications sent to the process.