embassy/examples/stm32f4/src
Dario Nieuwenhuis b27feb0619 executor: fix unsoundness in InterruptExecutor::start.
The initial closure is not actually called in the interrupt, so this is
illegally sending non-Send futures to the interrupt.

Remove the closure, and return a SendSpawner instead.
2022-04-25 22:09:04 +02:00
..
bin executor: fix unsoundness in InterruptExecutor::start. 2022-04-25 22:09:04 +02:00