Available on crate feature
embassy-runtime only.Expand description
Embassy runtime adapters.
This module provides Pollable and PkMethodAccessor
helpers that integrate PK Command with the Embassy async runtime.
See more at the embassy_method_accessor! macro.
Macros§
- embassy_
method_ accessor - Helper macro for creating a
PkMethodAccessorbacked by Embassy tasks.
Structs§
- Embassy
Pollable - A
Pollablebacked by an EmbassyOnceLock.
Type Aliases§
- Task
Callback - Callback type used by Embassy tasks to resolve a method call.