[Kde-pim] Review Request: Improvement of QtConcurrent patch for client bridges
Volker Krause
vkrause at kde.org
Thu Feb 5 12:19:19 GMT 2009
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/25/#review24
-----------------------------------------------------------
Ship it!
Looks good to me.
@Thomas: Events are only processed in the thread where the event loop is running, so this should be fine.
- Volker
On 2009-02-04 16:44:56, Kevin Krammer wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/25/
> -----------------------------------------------------------
>
> (Updated 2009-02-04 16:44:56)
>
>
> Review request for KDE PIM.
>
>
> Summary
> -------
>
> Thinking about Thomas' comment about possible causes for the "application does not complete quit" issue, I remembered that Akonadi jobs do a deleteLater() thing and the worker thread's event loop might not have a chance to run after the worker methods return.
>
> So I am now using a dreaded :) nested event loop in the thread context to wait for the job's destroyed() signal.
> Seems to work.
>
>
> Diffs
> -----
>
> /trunk/KDE/kdepim/kresources/akonadi/kabc/resourceakonadi.cpp 921044
>
> Diff: http://reviewboard.kde.org/r/25/diff
>
>
> Testing
> -------
>
>
> Thanks,
>
> Kevin
>
>
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list