Skip to content

Commit 893a374

Browse files
committed
Tutorial: Add note re Queue not being thread safe.
1 parent 423154d commit 893a374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v3/docs/TUTORIAL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ async def queue_go(delay):
10011001

10021002
asyncio.run(queue_go(4))
10031003
```
1004+
In common with CPython's `asyncio.Queue` this class is not thread safe.
10041005

10051006
###### [Contents](./TUTORIAL.md#contents)
10061007

0 commit comments

Comments
 (0)