blob: e6b76875450fe4a695000fe5eaaa1ca9d34aa043 (
plain) (
blame)
1
2
3
4
5
6
|
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/
|