Top | ![]() |
![]() |
![]() |
![]() |
SoupSessionAsync is an implementation of SoupSession that uses non-blocking I/O via the glib main loop. It is intended for use in single-threaded programs.
SoupSession *
soup_session_async_new (void
);
Creates an asynchronous SoupSession with the default options.
SoupSession * soup_session_async_new_with_options (const char *optname1
,...
);
Creates an asynchronous SoupSession with the specified options.