Most "active" coroutine library project?

Piet van Oostrum piet at cs.uu.nl
Fri Sep 25 10:55:04 EDT 2009


>>>>> exarkun at twistedmatrix.com (e) wrote:

>e> I specifically left out all "yield" statements in my version, since that's
>e> exactly the point here. :)  With "real" coroutines, they're not necessary -
>e> coroutine calls look just like any other call.  With Python's enhanced
>e> generators, they are.

The first time I encountered coroutines was in Simula-67. Coroutine
switching was certainly explicit there. IIRC, the keyword was resume.
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org



More information about the Python-list mailing list