On 09/13/12 20:58, Pepe Aracil wrote:
I'm working on a new threading library for pyjs based on generators. This effort is an attempt to escape from asynchronous Hell.

The main goal is simulate threading (cooperative threading) with funtions like spawn, join, kill, wait, ....

Are there any other project like this to join efforts?

May be the twisted project (http://twistedmatrix.com/trac/) with its @inlineCallbacks decorator is worth looking at. It uses generators to wrap cooperative threading.
But I must note that working with it was very unpleasant experience...

Seva

--



Reply via email to