Expand description

Async executor for the Ockam library.

This crate provides an implementation of an async executor for no_std environments and is intended for use by crates that provide features and add-ons to the main Ockam library.

The ockam_node crate re-exports types defined in this crate when the ‘std’ feature is not enabled.

Modules