Server.runAsync

Starts @server, if you are using the old API, causing it to listen for and process incoming connections.

The server runs in @server's #GMainContext. It will not actually perform any processing unless the appropriate main loop is running. In the simple case where you did not set the server's %SOUP_SERVER_ASYNC_CONTEXT property, this means the server will run whenever the glib main loop is running.

More...
class Server
void
runAsync
()

Detailed Description

Deprecated: When using soup_server_listen(), etc, the server will always listen for connections, and will process them whenever the thread-default #GMainContext is running.

Meta