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.