quit


Description:

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

Warning: quit is deprecated.

Stops processing for this, if you are using the old API.

Note:

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

Call this to clean up after run_async, or to terminate a call to run.

Note that messages currently in progress will continue to be handled, if the main loop associated with the server is resumed or kept running.

this is still in a working state after this call; you can start and stop a server as many times as you want.

Parameters:

this

a Server