Crate tl_async_runtime

Source

Modules§

io
Tools used for communicating with the OS
timers
Timers used for pausing tasks for fixed durations

Structs§

SpawnHandle

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