embassy/embassy
Dario Nieuwenhuis 1599009a4f executor: "send-spawn is OK if the args are Send" only holds for async fn futures.
The normal `spawn()` methods can be called directly by the user, with arbitrary hand-implemented futures.
We can't enforce they're only called with `async fn` futures. Therefore, make these
require `F: Send`, and add a "private" one only for use in the macro, which can enforce it.
2022-04-27 04:56:41 +02:00
..
src executor: "send-spawn is OK if the args are Send" only holds for async fn futures. 2022-04-27 04:56:41 +02:00
build.rs thumbv6m support with emulated atomics 2021-03-04 21:56:31 +01:00
Cargo.toml Switch to crates.io embedded-hal, embedded-hal-async. 2022-04-22 19:58:24 +02:00