Most "active" coroutine library project?

Matthew Woodcraft matthew at woodcraft.me.uk
Sun Aug 23 13:23:06 EDT 2009


Phillip B Oldham <phillip.oldham at gmail.com> writes:

> I've been taking a look at the multitude of coroutine libraries
> available for Python, but from the looks of the projects they all seem
> to be rather "quiet". I'd like to pick one up to use on a current
> project but can't deduce which is the most popular/has the largest
> community.
>
> Libraries I looked at include: cogen, weightless, eventlet and
> circuits (which isn't exactly coroutine-based but it's event-driven
> model was intriguing).
>
> Firstly, are there any others I've missed?

There's greenlets

http://pypi.python.org/pypi/greenlet

which I think is also fairly described as "quiet".

-M-



More information about the Python-list mailing list