freebsd-ports/net/py-eventlet/pkg-descr
Carlo Strub e3d4c1bb38 - Update to 0.9.17
- Tidy pkg-descr
2012-08-31 13:43:31 +00:00

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/