[][src]Module runtime::task

Types and Functions for working with asynchronous tasks.

Structs

JoinHandle

A handle that awaits the result of a spawned future.

Spawner

A Spawn handle to runtime's thread pool for spawning futures.

Functions

spawn

Spawn a future on the runtime's thread pool.