summaryrefslogtreecommitdiff
path: root/docs/library/asyncio.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/asyncio.rst')
-rw-r--r--docs/library/asyncio.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/library/asyncio.rst b/docs/library/asyncio.rst
index b57f1ee04..51ad8a287 100644
--- a/docs/library/asyncio.rst
+++ b/docs/library/asyncio.rst
@@ -149,8 +149,7 @@ class ThreadSafeFlag
Create a new flag which can be used to synchronise a task with code running
outside the asyncio loop, such as other threads, IRQs, or scheduler
- callbacks. Flags start in the cleared state. The class does not currently
- work under the Unix build of MicroPython.
+ callbacks. Flags start in the cleared state.
.. method:: ThreadSafeFlag.set()