Registry / async / tokio-reactor

tokio-reactor

JSON →
library0.1.12rscratesunverified

Event loop that drives Tokio I/O resources.

# Cargo.toml [dependencies] tokio-reactor = "0.1.12"
INSTALL
IMPORT
SIG · TOKIO-REACTOR
T
tokio-reactor
asyncrustv0.1.12
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.

Reactor
use tokio_reactor::Reactor;

Create a Tokio reactor (deprecated, use tokio::runtime instead)

use tokio_reactor::Reactor; fn main() { let reactor = Reactor::new().unwrap(); println!("Reactor created"); }
Debug
Known issues
breakingThis crate is deprecated; functionality is now part of tokio itself
fix
Use tokio::runtime::Runtime instead
affects: >=0.1.0
Upgrade
Version history
0.1.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Amazon
1
Resources
tokio-reactor — cargo add tokio-reactor · libregistry