5 releases

0.2.4 Jul 28, 2024
0.2.3 Mar 27, 2022
0.2.1 Mar 6, 2021
0.2.0 Dec 21, 2020
0.1.0 Nov 22, 2020

#202 in Unix APIs

Download history 217423/week @ 2024-08-13 222007/week @ 2024-08-20 204854/week @ 2024-08-27 224788/week @ 2024-09-03 211887/week @ 2024-09-10 204848/week @ 2024-09-17 247736/week @ 2024-09-24 285208/week @ 2024-10-01 358037/week @ 2024-10-08 309993/week @ 2024-10-15 254729/week @ 2024-10-22 351034/week @ 2024-10-29 297895/week @ 2024-11-05 277575/week @ 2024-11-12 250560/week @ 2024-11-19 228068/week @ 2024-11-26

1,127,203 downloads per month
Used in 1,509 crates (4 directly)

Apache-2.0/MIT

135KB
1.5K SLoC

signal-hook-mio

Travis Build Status

This is a mio adapter crate for the signal-hook crate. See the documentation for further details.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

A crate offering integration with the MIO runtime.

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

  • support-v0_6 for sub module v0_6
  • support-v0_7 for sub module v0_7
  • support-v0_8 for sub module v0_8
  • support-v0_8 for sub module v1_0

See the specific sub modules for usage examples.

Dependencies

~0–7MB
~48K SLoC