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 f6a171f commit de8ae1fCopy full SHA for de8ae1f
18b-async-await/spinner_curio.py
@@ -2,12 +2,14 @@
2
3
# spinner_curio.py
4
5
-# credits: Example by Luciano Ramalho inspired by
+# credits:
6
+# Example from the book Fluent Python by Luciano Ramalho inspired by
7
# Michele Simionato's multiprocessing example in the python-list:
8
# https://mail.python.org/pipermail/python-list/2009-February/538048.html
9
+# using David Beazley's `curio` library:
10
+# https://github.com/dabeaz/curio
11
12
import curio
-
13
import itertools
14
import sys
15
0 commit comments