Re: [Freevo-devel] [Freevo-cvslog] r11375 - in branches/rel-1/freevo: . src/tv src/tv/plugins/livepause src/video

2009-04-07 Thread Jason Tackaberry
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 coop

Re: [Freevo-devel] [Freevo-cvslog] r11375 - in branches/rel-1/freevo: . src/tv src/tv/plugins/livepause src/video

2009-04-07 Thread Duncan Webb
Jason Tackaberry wrote: > On Thu, 2009-04-02 at 18:09 +0200, Duncan Webb wrote: >> This is an example of making two rpc calls in a coroutine; the result of >> the coroutine is the result of the last rpc call. Error handling was not >> implemented in this example. > > Ok, so RPC calls return InProg