[Twisted-Python] PEP 334 - Simple Coroutines via SuspendIteration

Sept. 9, 2004
10:56 a.m.
Clark, I'll note that you are still coupling data flow and control flow. If you think of coroutines as light-weight threads that operate very nicely in an asynchronous environment, then it becomes apparent that coroutines could easily move data via an asynchronously implemented pipe or queue. Which is exactly what I'm doing in CompStrm. ;-) Bill la Forge http://compstrm.sourceforge.net/
7491
Age (days ago)
7491
Last active (days ago)
0 comments
1 participants
participants (1)
-
William la Forge Jr