Closed GoogleCodeExporter closed 9 years ago
commit e345127854c67e655bb958edc1d1e391c36292ff
Author: Jim Nelson <jim@yorba.org>
Date: Fri Jun 24 15:36:59 2011 -0700
Complete async calls in the thread context first called from.
SQLHeavy.QueryResult.next_internal_async() was sometimes completing the
call in a background thread's context rather than the thread context of
the caller. This is problematic for GTK work.
This patch now schedules the callback on the thread's default
MainContext in the idle loop.
Fixes bug 9.
Original comment by nem...@gmail.com
on 28 Jun 2011 at 9:06
Original issue reported on code.google.com by
jim%yorb...@gtempaccount.com
on 24 Jun 2011 at 10:48Attachments: