[][src]Crate mio_signals

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

Signal returned by Signals.