Re: g_idle_add patch proposal



On Tue, 2013-05-28 at 10:17 +0200, Roland Peffer wrote:
Thats not correct!

It is.

I really digged into it.
If I for example search on the vimeo plugin, a curl blocking function
in libquvi gets called after a while.

It's not g_idle_*, it's the callback...

and that locks the  main context for a while.
So if I use a main context running on another thread the problem is
solved.
To do so we need to add that modifications.

The modifications are a hack. Implement async look up properly.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]