4 releases

0.2.3 Mar 27, 2022
0.2.1 Mar 6, 2021
0.2.0 Dec 21, 2020
0.1.0 Nov 22, 2020

#280 in Unix APIs

Download history 130356/week @ 2023-12-16 78770/week @ 2023-12-23 110531/week @ 2023-12-30 143145/week @ 2024-01-06 153512/week @ 2024-01-13 169045/week @ 2024-01-20 179663/week @ 2024-01-27 178868/week @ 2024-02-03 169970/week @ 2024-02-10 165434/week @ 2024-02-17 177327/week @ 2024-02-24 176872/week @ 2024-03-02 187536/week @ 2024-03-09 194950/week @ 2024-03-16 203135/week @ 2024-03-23 170565/week @ 2024-03-30

784,215 downloads per month
Used in 1,355 crates (3 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

See the specific sub modules for usage examples.

Dependencies

~0–10MB
~63K SLoC