From de8ae1fc7256aaade8f51a9df30133700b4b8548 Mon Sep 17 00:00:00 2001 From: Luciano Ramalho Date: Thu, 6 Jul 2017 13:34:40 -0300 Subject: [PATCH] spinner curio example in chapter 18b --- 18b-async-await/spinner_curio.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/18b-async-await/spinner_curio.py b/18b-async-await/spinner_curio.py index 9475b7c..e2b1d32 100755 --- a/18b-async-await/spinner_curio.py +++ b/18b-async-await/spinner_curio.py @@ -2,12 +2,14 @@ # spinner_curio.py -# credits: Example by Luciano Ramalho inspired by +# credits: +# 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: +# https://github.com/dabeaz/curio import curio - import itertools import sys