Co-routines?
Brad Midgley
bmidgley at xmission.com
Sat Jul 1 23:07:49 MDT 2006
Steve
> Can someone please explain what a good use for a co-routine would be,
> so I can solidify in my mind what they are?
You may find more examples of using continuations. A coroutine can be
implemented using a continuation.
The example I like is a web framework that uses continuations... eg
seaside can be used to "express a complex, multi-page workflow in a
single method."
http://seaside.st/
Brad
More information about the PLUG
mailing list