Greenlet

Software Screenshot:
Greenlet
Software Details:
Version: 0.2
Upload Date: 21 Jul 15
Developer: Bob Ippolito
Distribution Type: Freeware
Downloads: 29

Rating: 3.0/5 (Total Votes: 1)

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

A "greenlet", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words.

This is useful when developers desire to control exactly when their code runs.

They can build custom scheduled micro-threads on top of greenlet.

Similar Software

py-bcrypt
py-bcrypt

6 Jun 15

pycparser
pycparser

4 Jun 15

RDFLib
RDFLib

10 Dec 15

filelike
filelike

28 Feb 15

Other Software of Developer Bob Ippolito

simplejson
simplejson

4 Jun 15

Comments to Greenlet

Comments not found
Add Comment
Turn on images!