8000 docs/library/asyncio: Document that ThreadSafeFlag now works on unix. · micropython/micropython@abd1f28 · GitHub
[go: up one dir, main page]

Skip to content

Commit abd1f28

Browse files
committed
docs/library/asyncio: Document that ThreadSafeFlag now works on unix.
ThreadSafeFlag works on the unix port since commit df08c38. Signed-off-by: Damien George <damien@micropython.org>
1 parent e816b49 commit abd1f28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/library/asyncio.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ class ThreadSafeFlag
149149

150150
Create a new flag which can be used to synchronise a task with code running
151151
outside the asyncio loop, such as other threads, IRQs, or scheduler
152-
callbacks. Flags start in the cleared state. The class does not currently
153-
work under the Unix build of MicroPython.
152+
callbacks. Flags start in the cleared state.
154153

155154
.. method:: ThreadSafeFlag.set()
156155

0 commit comments

Comments
 (0)
0