Replies: 1 comment
-
This is indeed interesting, but we use some dependent crates that i'm unsure how they'd work in no_std environments. Also as it stands, tokio is still a hard requirement for channels and timing stuff, not for the executor and runtime, as those features are runtime agnostic. However if you can get it to work, that'd be really neat and unlock a lot of embedded development! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd be interested in running something like ractor on MCUs like ESP32, STM32. Specifically this means a
no_std
environment, and a different async executor (likelyembassy
instead of tokio).Beta Was this translation helpful? Give feedback.
All reactions