Registry / async / async-io

async-io

JSON →
library2.6.0rscratesunverified

Async I/O and timers for Rust, providing asynchronous file and network operations.

# Cargo.toml [dependencies] async-io = "2.6.0"
INSTALL
IMPORT
SIG · ASYNC-IO
A
async-io
asyncrustv2.6.0
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.

Async
use async_io::Async;

Creates an asynchronous TCP listener using async-io.

use async_io::Async; use std::net::TcpListener; let listener = Async::<TcpListener>::bind(("127.0.0.1", 8080)).unwrap(); println!("Listening on port 8080");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
145 hits · last 30 days
node
118
Bingbot
17
OpenAI (training)
1
Resources
async-io — cargo add async-io · libregistry