Expand description

Single-future, #![no_std] executor based on event bitmasks.

See README.md for a brief overview. Executor describes the most important elements to get started.

Re-exports

pub use futures;
pub use nb;

Macros

Pins a value on the stack.

Structs

Shared event mask.

A single-threaded, single-future async executor.

Mpmcheapless

Multi-producer, multi-consumer, fixed-capacity async queue.

A request to park the executor.

Proof of parking.

Signal state manager and event listener.

A non-blocking executor-future-park state machine.

Traits

Definition of event bits.