blob: ec47ecff0cae37b9d3e5e29dc9d636306a499048 (
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/
|