Expand description
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_6for sub modulev0_6support-v0_7for sub modulev0_7support-v0_8for sub modulev0_8support-v1_0for sub modulev1_0
See the specific sub modules for usage examples.
Modulesยง
- v0_6
support-v0_6 - A module for integrating signal handling with the MIO 0.6 runtime.
- v0_7
support-v0_7 - A module for integrating signal handling with the MIO 0.7 runtime.
- v0_8
support-v0_8 - A module for integrating signal handling with the MIO 0.8 runtime.
- v1_0
support-v1_0 - A module for integrating signal handling with the MIO 1.0 runtime.