Global state and running multiple Micropython interpreters on separate threads #18180
Unanswered
Robert-M-Lucas
asked this question in
Core Development
Replies: 1 comment 1 reply
-
|
This is a rather advanced topic. So you might need to just try it out and report back what you find :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello, I want to run Micropython multiple times with separate states on separate threads. Is all of Micropython's state contained in
mp_state_ctxand therefore would making it thread-local (including the changes required to make that work) be sufficient for this?Beta Was this translation helpful? Give feedback.
All reactions