mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-09 01:18:43 +02:00
gio: GCancellable can be used concurrently
* Update documentation to note that GCancellable can be used concurrently by multiple operations. * Add documentation to g_cancellable_reset that behavior is undefined if called from within cancelled handler. * Add test for multiple concurrent operations using the same cancellable. https://bugzilla.gnome.org/show_bug.cgi?id=656387
This commit is contained in:
1
gio/tests/.gitignore
vendored
1
gio/tests/.gitignore
vendored
@@ -4,6 +4,7 @@ appinfo-test
|
||||
async-close-output-stream
|
||||
buffered-input-stream
|
||||
buffered-output-stream
|
||||
cancellable
|
||||
connectable
|
||||
contenttype
|
||||
contexts
|
||||
|
Reference in New Issue
Block a user