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.
1 parent 7a85695 commit 82364c2Copy full SHA for 82364c2
1 file changed
Lib/queue.py
@@ -25,6 +25,10 @@ class Full(Exception):
25
pass
26
27
28
+class ShutDown(Exception):
29
+ '''Raised when put/get with shut-down queue.'''
30
+
31
32
class Queue:
33
'''Create a queue object with a given maximum size.
34
0 commit comments