115f6521a7
provide a high-level synchronous API on top of an libevent event loop. WWW: http://www.gevent.org/ PR: ports/143589 Submitted by: Peter Schuller <peter.schuller at infidyne.com>
4 lines
166 B
Text
4 lines
166 B
Text
A coroutine-based Python networking library that uses greenlet to
|
|
provide a high-level synchronous API on top of an libevent event loop.
|
|
|
|
WWW: http://www.gevent.org/
|