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

9 Sep
2004
9 Sep
'04
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/
6777
Age (days ago)
6777
Last active (days ago)
0 comments
1 participants
participants (1)
-
William la Forge Jr