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 /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
