In this lesson, you’ll use the queue
module and threading events to improve your pipeline. If you download the sample code, you can get your own copy of 13-queue.py
:
To learn more, you can also check out the documentation for threading.Event
, the queue
module, and super
.
Michal on Nov. 29, 2019
Does it mean you get no
NameError
orAttributeError
message whatsoever, despite referencing undefined namesFINISH
andself.message
? That’s kind of scary.