Commit abd1f28b authored by Damien George's avatar Damien George

docs/library/asyncio: Document that ThreadSafeFlag now works on unix.

ThreadSafeFlag works on the unix port since commit
df08c38c.
Signed-off-by: default avatarDamien George <damien@micropython.org>
parent e816b49c
...@@ -149,8 +149,7 @@ class ThreadSafeFlag ...@@ -149,8 +149,7 @@ class ThreadSafeFlag
Create a new flag which can be used to synchronise a task with code running 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 outside the asyncio loop, such as other threads, IRQs, or scheduler
callbacks. Flags start in the cleared state. The class does not currently callbacks. Flags start in the cleared state.
work under the Unix build of MicroPython.
.. method:: ThreadSafeFlag.set() .. method:: ThreadSafeFlag.set()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment