Global state and running multiple Micropython interpreters on separate threads #18180
Unanswered
Robert-M-Lucas
asked this question in
Core Development
Replies: 0 comments
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_ctx
and 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