Expand description

Defines the Executor trait and its default implementation.

Structs

Executor which spawns a new thread for each task.

Executor that delegates to wasm_bindgen_futures::spawn_local.

Traits

The executor used to run the code which applies log entries to the State.

Type Definitions

Shorthand to extract Error type out of E.