18ef5c5f0f
PR: ports/180357 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: maintainer (me)
6 lines
293 B
Text
6 lines
293 B
Text
Eventlet is a networking library written in Python. It achieves high scalability
|
|
by using non-blocking IO while at the same time retaining high programmer
|
|
usability by using coroutines to make the non-blocking IO operations appear
|
|
blocking at the source code level.
|
|
|
|
WWW: http://eventlet.net/
|