Docs.rs
tl-async-runtime-0.1.2
tl-async-runtime 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
conradludgate
Dependencies
bytemuck ^1
normal
chashmap ^2.2.2
normal
crossbeam-channel ^0.5
normal
futures ^0.3
normal
mio ^0.8
normal
parking_lot ^0.12
normal
pin-project ^1.0
normal
rand ^0.8
normal
tokio ^1
normal
bytes ^1.0.0
dev
futures ^0.3.0
dev
http ^0.2
dev
httparse ^1.0
dev
httpdate ^1.0
dev
once_cell ^1.5.2
dev
rand ^0.8.3
dev
serde ^1.0
dev
serde_json ^1.0
dev
tokio-util ^0.7.0
dev
tracing ^0.1
dev
tracing-subscriber ^0.3.1
dev
Versions
85.71%
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
tl_
async_
runtime
0.1.2
All Items
Crate Items
Modules
Structs
Functions
Crate
tl_async_runtime
Copy item path
Source
Modules
§
io
Tools used for communicating with the OS
timers
Timers used for pausing tasks for fixed durations
Structs
§
Spawn
Handle
Functions
§
block_
on
Run a future to completion.
spawn
Spawn a future on the current runtime. Returns a new future that can be later awaited for it’s output. Task execution begins eagerly, without needing you to await it