#tokio #io #future #async-std

futures-x-io-timeoutable

针对 futures io 和 tokio io 的超时扩展

8 个版本

0.3.2 2021 年 1 月 25 日
0.3.1 2021 年 1 月 24 日
0.2.2 2021 年 1 月 12 日
0.1.1 2021 年 1 月 10 日
0.1.0 2020 年 8 月 13 日

#106#async-std


3 个crate中使用 (通过 pulsar-client)

Apache-2.0 OR MIT

15KB
279

futures-x-io-timeoutable

示例

开发

cargo clippy --all --all-features -- -D clippy::all
cargo +nightly clippy --all --all-features -- -D clippy::all

cargo fmt --all -- --check
cargo build-all-features

╰─➤ cargo test-all-features -- --nocapture 2>/dev/null | grep 'test rw_' | grep ' ... ok' | wc -l
3
cargo run -p futures-x-io-timeoutable-demo-async-std

cargo run -p futures-x-io-timeoutable-demo-tokio

依赖

~0–1.4MB
~22K SLoC