Docs.rs
vride-runtime-0.1.0
vride-runtime 0.1.0
Permalink
Docs.rs crate page
Links
Homepage
crates.io
Source
Owners
simonhyll
Dependencies
futures ^0.3
normal
Versions
60%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vride_
runtime
0.1.0
All Items
Crate Items
Structs
Functions
Crate
vride_runtime
Copy item path
Source
Structs
§
Executor
Task executor that receives tasks off of a channel and runs them.
Spawner
Spawner
spawns new futures onto the task channel.
Task
A future that can reschedule itself to be polled by an
Executor
.
Functions
§
new_
executor_
and_
spawner