| Name: | python36-greenlet |
|---|---|
| Version: | 0.4.15 |
| Release: | 1.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 46545 |
| License: | MIT |
| RPM: | python36-greenlet-0.4.15-1.el7.x86_64.rpm |
| Source RPM: | python3-greenlet-0.4.15-1.el7.src.rpm |
| Build Date: | Sat Jul 20 2019 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/python-greenlet/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. |