On Fri, 2008-02-15 at 15:29 +0100, Duncan Webb wrote:
> Actually, I don't see it, but I guess that it blocks some where and
> never returns?

It will only never return if there's a deadlock (functions A() and B()
are both wait()ing on each other).  The main loop is still kept alive in
this case though, but suboptimally, because it's recursed a couple
times.

(This sort of resource deadlock could still happen with proper async
handling though.)


> It's a bit tricky in rel-1 to use the coroutines or callbacks in certain
> places. I really need co-functions.

What do you mean by cofunctions?


-------------------------------------------------------------------------
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