[][src]Module lofi::state

Utilities for manipulating executor and tick state.

Functions

spawn

Spawn a new future in the current executor.

spawn_ret

Spawn a new future in the current executor. Allows awaiting for completion.

with

Perform action on a tick state state immutably accessed by this conduit.

with_mut

Perform action on the state exclusively accessed by this conduit.