Re: KJob: chaining and synchronizing jobs

2011-05-03 Thread Kevin Krammer
On Sunday, 2011-05-01, Michael Schuerig wrote: > I have several KJob jobs, some of which may run in parallel, some depend > on the results of one or more others, and all of them are fallible. The > context is Akonadi, but I think my question is generic. > > I want to retrieve items from several Ak

Re: KJob: chaining and synchronizing jobs

2011-05-03 Thread todd rme
On Sun, May 1, 2011 at 2:01 PM, Michael Schuerig wrote: > > I have several KJob jobs, some of which may run in parallel, some depend > on the results of one or more others, and all of them are fallible. The > context is Akonadi, but I think my question is generic. > > I want to retrieve items from

KJob: chaining and synchronizing jobs

2011-05-01 Thread Michael Schuerig
I have several KJob jobs, some of which may run in parallel, some depend on the results of one or more others, and all of them are fallible. The context is Akonadi, but I think my question is generic. I want to retrieve items from several Akonadi collections and act on them. By the nature of t