GNOME Bugzilla – Bug 553426
cancellable clarifications
Last modified: 2008-09-25 12:05:16 UTC
This patch adds two clarifications to the GCancellable docs: 1) Disconnecting from a signal that may be emitted in another thread is racy, and you probably need to use a closure notify to do cleanup. 2) cancelling an async op cancels it asynchronously, not immediately
Created attachment 119240 [details] [review] additions to GCancellable docs
Looks good to me. Maybe Alex can give it a look too, since he wrote most of this subtle code ?
Looks good to me.
committed