1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/py-eventlet/pkg-descr
Li-Wen Hsu abaac4245c Add py-eventlet 0.9.9, concurrent networking library for Python.
PR:		ports/148828
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-08-22 03:41:56 +00:00

7 lines
293 B
Plaintext

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/