embassy/embassy-executor-macros
J. Neuschäfer 0a19879c5d executor: Use spawner.must_spawn(...) for wasm too
All other architectures use must_spawn instead of spawn+unwrap, so use
it for wasm as well.
2024-07-12 02:05:59 +02:00
..
src executor: Use spawner.must_spawn(...) for wasm too 2024-07-12 02:05:59 +02:00
Cargo.toml embassy-executor-macros v0.4.1 2024-01-14 21:30:53 +00:00
README.md Centralize license and MSRV boilerplate into the repo readme. 2024-01-11 18:18:35 +01:00

embassy-executor-macros

An Embassy project.

NOTE: Do not use this crate directly. The macros are re-exported by embassy-executor.