[Stackless] coroutines

Just van Rossum just at letterror.com
Sat Aug 4 13:09:09 CEST 2001


Gordon McMillan wrote:

> > Is there a sane coroutine library for stackless around anywhere? 
> > I've found myself a situation where it would be interesting to
> > play with.
> 
> Personally, I prefer 'em raw. No joke - I fooled around with 
> various ways of wrapping them & found them all unsatisfactory 
> (slow and / or obsfuscatory - usually both).

And then there's my stuff, which is very experimental, and only tested with
1.5.2:

   http://www.petr.com/just/corojust.tar.gz 

It's a C extension. It's reasonably sane, but by no means a final coro API
proposal.

Just
_______________________________________________
Stackless mailing list
Stackless at starship.python.net
http://starship.python.net/mailman/listinfo/stackless



More information about the Stackless mailing list