ywjno / async_io_demo_rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

本代码来自b站up主 原子之音Rust异步io实战

How to use

异步的方式统计

cargo build --release --bin async_io
.\target\release\async_io.exe <PATH>
# or
# ./target/release/async_io <PATH>

同步的方式统计

cargo build --release --bin sync_io
.\target\release\sync_io.exe <PATH>
# or
# ./target/release/sync_io <PATH>

About


Languages

Language:Rust 100.0%