[][src]Module runtime::task

Types and Functions for working with asynchronous tasks.

Structs

JoinHandle

A handle that awaits the result of a spawned future.

Functions

spawn

Spawn a future on the runtime's thread pool.