Docs.rs
pi_async-0.3.1
pi_async 0.3.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
wzjsun
github:gaiaworld:dev
Dependencies
async-stream ^0.3
normal
crossbeam-channel ^0.5
normal
crossbeam-deque ^0.8
normal
crossbeam-queue ^0.3
normal
flume ^0.10
normal
futures ^0.3
normal
libc ^0.2
normal
log ^0.4
normal
minstant ^0.1
normal
num_cpus ^1.13
normal
parking_lot ^0.11
normal
pi_hash ^0.1
normal
pi_local_timer ^0.1
normal
async-stream ^0.3
dev
dashmap ^3.11
dev
env_logger ^0.7
dev
future-parking_lot ^0.3
dev
futures-util ^0.3
dev
rand ^0.7
dev
tokio ^1.6
dev
twox-hash ^1.5
dev
Versions
87.06%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate pi_async
Version 0.3.1
All Items
Modules
Enums
Traits
?
Crate
pi_async
source
·
[
−
]
Expand description
基于Future(MVP),用于为外部提供基础的通用异步运行时和工具
Modules
local_queue
lock
提供了异步运行时需要的队列和锁
rt
提供了通用的异步运行时
task
Enums
AsyncExecutorResult
异步执行返回值
Traits
AsyncExecutor
异步任务执行器
AsyncSpawner
异步任务派发器
AsyncTask
异步任务