We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asyncio.Queue.shutdown
1 parent ad6396e commit c59d052Copy full SHA for c59d052
Doc/library/asyncio-queue.rst
@@ -107,7 +107,7 @@ Queue
107
The queue can no longer grow.
108
Future calls to :meth:`~Queue.put` raise :exc:`QueueShutDown`.
109
Currently blocked callers of :meth:`~Queue.put` will be unblocked
110
- and will raise :exc:`QueueShutDown` in the formerly blocked thread.
+ and will raise :exc:`QueueShutDown` in the formerly awaiting task.
111
112
If *immediate* is false (the default), the queue can be wound
113
down normally with :meth:`~Queue.get` calls to extract tasks
0 commit comments