Embassy
embassy-executor

Crates

git

Versions

cortex-m

Flavors

Module embassy_executor::raw

source ·
Expand description

Raw executor.

This module exposes “raw” Executor and Task structs for more low level control.

§WARNING: here be dragons!

Using this module requires respecting subtle safety contracts. If you can, prefer using the safe executor wrappers and the embassy_executor::task macro, which are fully safe.

Structs§

Functions§