From f1ab95c435ff062349141b907b681feaff3963ba Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Tue, 30 May 2023 16:01:48 +1000 Subject: [PATCH] Updated Threads (markdown) --- Threads.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Threads.md b/Threads.md index c29173c..f849532 100644 --- a/Threads.md +++ b/Threads.md @@ -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. +### Unix + ### Resources * [Threads in MicroPython](https://www.youtube.com/watch?v=aDXgX0rGVDY): Damien's talk that introduced the feature