Conraid's Repository

for Slackware

 NameLast modifiedSize

 Parent Directory  -
 greenlet-3.1.1-x86_64-1cf.txz2024-12-12 21:23 207K
 README2024-12-12 21:23 689
 greenlet-3.1.1-x86_64-1cf.lst2024-12-12 21:24 20K
 greenlet-3.1.1-x86_64-1cf.meta2024-12-12 21:24 857
 greenlet-3.1.1-x86_64-1cf.txt2024-12-12 21:24 560
 greenlet-3.1.1-x86_64-1cf.txz.asc2024-12-12 21:24 508
 greenlet-3.1.1-x86_64-1cf.txz.md52024-12-12 21:24 64


Slackware Current Repository by Conraid

======================================================================

greenlet (micro-threads for Python)

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".

Greenlets are lightweight coroutines for in-process concurrent
programming. They are provided as a C extension module for the
regular unmodified interpreter.

HOME: https://github.com/python-greenlet/greenlet

======================================================================