Name: | python34-greenlet |
---|---|
Version: | 0.4.12 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 105059 |
License: | MIT and Python |
RPM: | python34-greenlet-0.4.12-1.el7.aarch64.rpm |
Source RPM: | python3-greenlet-0.4.12-1.el7.src.rpm |
Build Date: | Tue May 29 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/greenlet |
Summary: | Lightweight in-process concurrent programming |
Description: | The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". This is the Python 3 version of greenlet. |