Commit e7cdff09 authored by Denis Bilenko's avatar Denis Bilenko

add killall and shutdown to gevent/__init__.py

parent eb39063a
......@@ -2,17 +2,18 @@ version_info = (0, 9, 3)
__version__ = '0.9.3'
__all__ = ['getcurrent',
'Timeout',
'sleep',
'spawn',
'spawn_later',
'kill',
'sleep',
'signal',
'killall',
'Timeout',
'with_timeout',
'signal',
'fork',
'shutdown',
'reinit']
# add here Queue, Event, Pipe?, Socket?
from gevent.greenlet import *
from gevent import core
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment