We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814a6c0 commit 1e93f4fCopy full SHA for 1e93f4f
asyncio/queue.py
@@ -76,7 +76,7 @@ def get_nowait(self):
76
async def put(self, val):
77
"""
78
Put an item into the queue.
79
-
+
80
If the queue is full, waits until a free
81
slot is available before adding item.
82
0 commit comments