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 7d1a250 commit ba740b3Copy full SHA for ba740b3
index.html
@@ -69,7 +69,7 @@ <h3 class="author">
69
</header>
70
71
<blockquote>
72
-gevent is a concurrency library based around the libevent API. It provides a clean API for a variety of concurrency and network related tasks.
+gevent is a concurrency library based around libev. It provides a clean API for a variety of concurrency and network related tasks.
73
</blockquote>
74
75
<section id="intro">
@@ -270,8 +270,8 @@ <h3>Spawning threads</h3>
270
Each thread will be passed the message, and n arguments
271
in its initialization.
272
"""
273
- print 'I live!'
274
- gevent.sleep(3)
+ print message
+ gevent.sleep(n)
275
276
# Initialize a new Greenlet instance running the named function
277
# foo
0 commit comments