This is mostly a local tracking issue for wg-net-embedded of blocking work that needs to happen in rustc.
The initial implementation of async/await! used TLS for ease of implementation. Before we can start developing using async/await! on embedded we will need to move this onto something that is no_std compatible.
This is mostly a local tracking issue for
wg-net-embeddedof blocking work that needs to happen inrustc.The initial implementation of
async/await!used TLS for ease of implementation. Before we can start developing usingasync/await!on embedded we will need to move this onto something that isno_stdcompatible.