Conraid's Repository

for Slackware

 NameLast modifiedSize

 Parent Directory  -
 README2024-04-27 13:55 689
 greenlet-3.0.3-x86_64-2cf.lst2024-03-30 20:25 20K
 greenlet-3.0.3-x86_64-2cf.meta2024-03-30 20:25 857
 greenlet-3.0.3-x86_64-2cf.txt2024-03-30 20:25 560
 greenlet-3.0.3-x86_64-2cf.txz2024-03-30 20:18 207K
 greenlet-3.0.3-x86_64-2cf.txz.asc2024-03-30 20:25 508
 greenlet-3.0.3-x86_64-2cf.txz.md52024-03-30 20:25 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

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