mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +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:
@@ -430,6 +430,7 @@ libgio_2_0_la_SOURCES = \
|
||||
gproxyaddressenumerator.c \
|
||||
gsocketservice.c \
|
||||
gsrvtarget.c \
|
||||
gtask.c \
|
||||
gtcpconnection.c \
|
||||
gtcpwrapperconnection.c \
|
||||
gthreadedsocketservice.c\
|
||||
@@ -599,6 +600,7 @@ gio_headers = \
|
||||
gsocketlistener.h \
|
||||
gsocketservice.h \
|
||||
gsrvtarget.h \
|
||||
gtask.h \
|
||||
gtcpconnection.h \
|
||||
gtcpwrapperconnection.h \
|
||||
gthreadedsocketservice.h\
|
||||
|
Reference in New Issue
Block a user