[][src]Crate lofi

Macros

impl_universal_type_id

Implement UniversalTypeId for an arbitrary named generic type.

Structs

Conduit

A conduit that allows access to a state provided in Executor::tick().

Executor

Future executor driven by calls to tick().

JoinHandle

A handle for a running future. Allows awaiting for another future completion.

Traits

UniversalTypeId

An equivalent of TypeId for non-'static types. Use impl_universal_type_id! macro to implement.

Functions

yield_now

Yield the current future.

yield_ticks

Yield the current future for count ticks.