Crate mio_signals

Source
Expand description

Crate for handling signals with Mio.

See the Signals documentation.

§Supported platforms

Currently supported platforms:

  • Android
  • DragonFly BSD
  • FreeBSD
  • Linux
  • NetBSD
  • OpenBSD
  • iOS
  • macOS

The most notable exception in the list is Windows. If you want to contribute a port to Windows please see issue #4.

Structs§

SignalSet
Set of Signals used in registering signal notifications with Signals.
SignalSetIter
Iterator implementation for SignalSet.
Signals
Notification of process signals.

Enums§

Signal
Process signal returned by Signals.

Functions§

send_signal
Send signal to the process with pid.