[src]

Module std::io::signal

Signal handling

This modules provides bindings to receive signals safely, built on top of the local I/O factory. There are a number of defined signals which can be caught, but not all signals will work across all platforms (windows doesn't have definitions for a number of signals.

Listener

Listener provides a receiver to listen for registered signals.

Signum

Signals that can be sent and received