Registry / networking / mio-extras

mio-extras

JSON →
library2.0.6rscratesunverified

Extra components for use with Mio, including channel, timer, and other utilities.

# Cargo.toml [dependencies] mio-extras = "2.0.6"
INSTALL
IMPORT
SIG · MIO-EXTRAS
M
mio-extras
networkingrustv2.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

channel
use mio_extras::channel::channel;

Create a Mio-compatible channel

use mio_extras::channel::channel; let (sender, receiver) = channel::<String>(); sender.send("hello".to_string()).unwrap();
Debug
Known issues
breakingDeprecated in favor of `mio` built-in features; may not be maintained
fix
Consider using `mio::channel` or other alternatives
affects: >=2.0.0
Upgrade
Version history
2.0.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
mio-extras — cargo add mio-extras · libregistry