mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
GTask: new GAsyncResult implementation / threaded task manager
GTask is a replacement for GSimpleAsyncResult and GIOScheduler, that also allows for making cancellable wrappers around non-cancellable functions (as in GThreadedResolver). https://bugzilla.gnome.org/show_bug.cgi?id=661767
This commit is contained in:
@@ -62,6 +62,7 @@ TEST_PROGS += \
|
||||
proxy-test \
|
||||
inet-address \
|
||||
permission \
|
||||
task \
|
||||
$(NULL)
|
||||
|
||||
if HAVE_DBUS_DAEMON
|
||||
@@ -469,6 +470,9 @@ inet_address_LDADD = $(progs_ldadd)
|
||||
permission_SOURCES = permission.c
|
||||
permission_LDADD = $(progs_ldadd)
|
||||
|
||||
task_SOURCES = task.c
|
||||
task_LDADD = $(progs_ldadd)
|
||||
|
||||
schema_tests = \
|
||||
schema-tests/array-default-not-in-choices.gschema.xml \
|
||||
schema-tests/bad-choice.gschema.xml \
|
||||
|
Reference in New Issue
Block a user