diff --git a/docs/library/uasyncio.rst b/docs/library/uasyncio.rst index 859d505d79..4cbcfa9f98 100644 --- a/docs/library/uasyncio.rst +++ b/docs/library/uasyncio.rst @@ -149,7 +149,8 @@ class ThreadSafeFlag Create a new flag which can be used to synchronise a task with code running outside the uasyncio loop, such as other threads, IRQs, or scheduler - callbacks. Flags start in the cleared state. + callbacks. Flags start in the cleared state. The class does not currently + work under the Unix build of MicroPython. .. method:: ThreadSafeFlag.set()