|
|
|
|
|
by afrancis
3521 days ago
|
|
Although I am not aware of any recent development, you should look at Stackless Python which was inspired by Limbo. Stackless Python has lightweight threads (stacklets) and synchronous channels a la various Bell labs family of languages (include Go). The greenlets that Gevent uses comes from Stackless. |
|
[1] http://www.stackless.com/
[2] http://doc.pypy.org/en/latest/stackless.html