Name: | python3-eventlet |
---|---|
Version: | 0.26.0 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1559029 |
License: | MIT |
RPM: | python3-eventlet-0.26.0-1.el8.noarch.rpm |
Source RPM: | python-eventlet-0.26.0-1.el8.src.rpm |
Build Date: | Mon Nov 30 2020 |
Build Host: | jenkins-172-17-0-2-8c23ad73-c5b2-4243-bd54-5ebf2574c9be.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://eventlet.net |
Summary: | Highly concurrent networking library |
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. |