pkgsrc-wip/py-eventlet/DESCR
Kamel Ibn Aziz Derouiche 05e8c9832a Import py25-eventlet-0.9.2 as wip/py-eventlet.
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
2010-01-28 10:26:14 +00:00

5 lines
265 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