On Tue, 2009-04-07 at 18:18 +0200, Duncan Webb wrote:
> Thanks Jason, it does help. I was under the impression that coroutines
> were mainly used for cooperative multitasking and doing things in the
> background where the result of the calls were not important.

They certainly can be used in a cooperative multitasking kind of way,
but by far the biggest benefit is when they're combined with other
coroutines, threads, or anything else that returns an InProgress object,
and in these cases the result usually is important.

Please do let us know if you'd like clarification on anything else.
Your questions will let us know what areas we need to focus on in the
documentation.

Jason.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to