An async/await executor designed for embedded systems, enabling concurrent tasks without an operating system.
# Cargo.toml
[dependencies]
embassy-executor = "0.9.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates and runs an Embassy executor for embedded async tasks.
Use a nightly toolchain and set the correct target triple (e.g., thumbv7em-none-eabihf).
No dependency data recorded yet.