embassy-executor

Crates

git

Versions

riscv64

Flavors

Skip to main content

pender_impl

Macro pender_impl 

Source
macro_rules! pender_impl {
    ($t:ty) => { ... };
}
Expand description

Register a type as the global Pender implementation.

This must be done exactly once in the crate tree, by the platform/architecture implementation. Enabling a platform-* Cargo feature on embassy-executor registers the corresponding built-in pender.