Updated Threads (markdown)

Matt Trentini 2023-05-30 16:01:48 +10:00
parent f089237fd4
commit f1ab95c435
1 changed files with 2 additions and 0 deletions

@ -28,6 +28,8 @@ Note that this port does not use the GIL, otherwise the two cores would run in l
We provide additional firmware variants for the Pyboard that enables the `_thread` module. It allows multiple concurrent threads sharing the single core with pre-emptive context switching. We provide additional firmware variants for the Pyboard that enables the `_thread` module. It allows multiple concurrent threads sharing the single core with pre-emptive context switching.
### Unix
### Resources ### Resources
* [Threads in MicroPython](https://www.youtube.com/watch?v=aDXgX0rGVDY): Damien's talk that introduced the feature * [Threads in MicroPython](https://www.youtube.com/watch?v=aDXgX0rGVDY): Damien's talk that introduced the feature