On Fri, 2008-02-15 at 10:07 +0100, Dirk Meyer wrote:
> which will call another callback that also uses step. This means, that
> the first step will not return until the second one is done!

In practice, I suspect this is ok most of the time.

But as a rule, you're right, wait() should be avoided.  It's really only
rarely needed.  Most of the time whem you want to use it, it's because
you're too lazy to properly handle the task completion
asynchronously. :)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to