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 5572e12 commit 927a620Copy full SHA for 927a620
intro-to-threading/prodcom_event.py
@@ -7,7 +7,10 @@
7
8
9
class Pipeline:
10
- """Class to allow a single element pipeline between producer and consumer."""
+ """
11
+ Class to allow a single element pipeline
12
+ between producer and consumer.
13
14
15
def __init__(self):
16
self.value = 0
intro-to-threading/prodcom_lock.py
@@ -8,7 +8,10 @@
17
self.message = 0
0 commit comments