spinner curio example in chapter 18b

This commit is contained in:
Luciano Ramalho 2017-07-06 16:22:39 -03:00
parent c2347c5eb4
commit 3d74f0e183

View File

@ -6,7 +6,7 @@
# Example from the book Fluent Python by Luciano Ramalho inspired by
# Michele Simionato's multiprocessing example in the python-list:
# https://mail.python.org/pipermail/python-list/2009-February/538048.html
# using David Beazley's `curio` library:
# ported to use David Beazley's `curio` library:
# https://github.com/dabeaz/curio
import curio