[][src]Module localghost::task

Types and traits for working with asynchronous tasks.

Structs

AnimationLoop

An animation frame loop.

JoinHandle

A handle that awaits the result of a spawned future.

Functions

spawn_local

Runs a Rust Future on the current thread.