Docs.rs
multitask-0.2.0
multitask 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Dependencies
async-task ^3.0.0
normal
concurrent-queue ^1.1.1
normal
fastrand ^1.2.4
normal
async-io ^0.1.1
dev
blocking ^0.4.6
dev
parking ^1.0.3
dev
Versions
100%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
multitask
0.2.0
All Items
Crate Items
Structs
Crate
multitask
Copy item path
Source
Expand description
An executor for running async tasks.
Structs
ยง
Executor
A multi-threaded executor.
Local
Executor
A single-threaded executor.
Task
A spawned future.
Ticker
Runs tasks in a multi-threaded executor.