Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit de8ae1f

Browse files
committed
spinner curio example in chapter 18b
1 parent f6a171f commit de8ae1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

18b-async-await/spinner_curio.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
# spinner_curio.py
44

5-
# credits: Example by Luciano Ramalho inspired by
5+
# credits:
6+
# Example from the book Fluent Python by Luciano Ramalho inspired by
67
# Michele Simionato's multiprocessing example in the python-list:
78
# https://mail.python.org/pipermail/python-list/2009-February/538048.html
9+
# using David Beazley's `curio` library:
10+
# https://github.com/dabeaz/curio
811

912
import curio
10-
1113
import itertools
1214
import sys
1315

0 commit comments

Comments
 (0)