Expand description

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

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

Re-exports

pub use futures;
pub use nb;

Structs

Shared event mask.

A single-threaded, single-future async executor.

A request to park the executor.

Proof of parking.

Signal state manager and event listener.

Traits

Definition of event bits.