Closed
Description
As noticed when trying to change embedded-hal
to edition 2018, a number of examples using the nb::await!
macro fail to compile: rust-embedded/embedded-hal#167
However async/await is currently not available in no_std
due to the implicit use of TLS.
Can we come up with some workaround might would us to unbreak the use of the primitives provided by this crate or should we leave nb
unchanged and remove the offending examples until async/await becomes usable?
Metadata
Metadata
Assignees
Labels
No labels