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