python2-eventlet - Highly concurrent networking library
Website: | http://eventlet.net |
---|---|
License: | MIT |
Vendor: | CentOS |
- Description:
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.
Packages
python2-eventlet-0.18.4-2.el7.noarch [251 KiB] |
Changelog
by Fedora Release Engineering (2016-07-19):
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages |
python2-eventlet-0.17.4-4.el7.noarch [247 KiB] |
Changelog
by Jon Schlueter (2015-10-19):
- greenio: send() was running empty loop on ENOTCONN rhbz#1268351 |