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

cookies
cookies

5 Jun 15

PyErl
PyErl

13 May 15

ConfigIt
ConfigIt

13 Apr 15

Other Software of Developer Bob Ippolito

simplejson
simplejson

4 Jun 15

Comments to Greenlet

Comments not found
Add Comment
Turn on images!