Docs.rs
edge-executor-0.4.1
edge-executor 0.4.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ivmarkov
Dependencies
async-task ^4.4.5
normal
atomic-waker ^1
normal
crossbeam-queue ^0.3
normal
futures-lite ^1
normal
heapless ^0.8
normal
optional
once_cell ^1.18
normal
portable-atomic ^1.4
normal
optional
portable-atomic-util ^0.1
normal
optional
async-channel ^1.4.1
dev
async-io ^1.1.9
dev
criterion ^0.4.0
dev
easy-parallel ^3.1.0
dev
fastrand ^2.0.0
dev
once_cell ^1.18.0
dev
Versions
92.31%
of the crate is documented
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
edge_
executor
0.4.1
All Items
Crate Items
Structs
Functions
Crate
edge_executor
Copy item path
Source
Structs
§
Executor
An async executor.
Fallible
Task
A spawned task with a fallible response.
Local
Executor
A thread-local executor.
Task
A spawned task.
Functions
§
block_
on
Blocks the current thread on a future.