mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 04:25:34 -04:00
docs/library/asyncio: Document that ThreadSafeFlag now works on unix.
ThreadSafeFlag works on the unix port since commit
df08c38c28
.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
e816b49c44
commit
abd1f28bc2
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user