Crate mio_signals[][src]

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

Set of Signals used in registering signal notifications with Signals.

Iterator implementation for SignalSet.

Notification of process signals.

Enums

Process signal returned by Signals.

Functions

Send signal to the process with pid.