You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?