| Name: | python3-greenlet |
|---|---|
| Version: | 1.1.2 |
| Release: | 3.el9 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 386287 |
| License: | MIT |
| RPM: | python3-greenlet-1.1.2-3.el9.x86_64.rpm |
| Source RPM: | python-greenlet-1.1.2-3.el9.src.rpm |
| Build Date: | Sun Oct 02 2022 |
| Build Host: | build-ol9-x86_64.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". Python 3 version. |