run_async


Description:

[ Version ( deprecated = true ) ]
public void run_async ()

Warning: run_async is deprecated.

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

Note:

When using listen, etc, the server will always listen for connections, and will process them whenever the thread-default MainContext is running.

The server runs in this's MainContext. 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.

Parameters:

this

a Server