[][src]Crate signal_hook_tokio

A crate for integrating signal handling with the Tokio runtime.

There are different sub modules for supporting different Tokio versions. The support for a version must be activated by a feature flag:

  • support-v0_1 for sub module v0_1
  • support-v0_3 for sub module v0_3

See the specific sub modules for usage examples.

Modules

v0_1

A module for integrating signal handling with the Tokio 0.1 runtime.

v0_3

A module for integrating signal handling with the Tokio 0.3 runtime.