Module daemon

Source

Structs§

Daemon
A server daemon handle that can be controlled externally

Functions§

new_with_config
Create a new server daemon with configuration and dispatcher
start
Start a secure server and listen for connections using default configuration
start_daemon_no_signals
Start a server daemon with provided configuration and return a handle to it
start_with_config
Start a secure server with custom configuration
start_with_config_and_shutdown
Start a secure server with custom configuration and shutdown control
start_with_shutdown
Start a secure server with shutdown control for testing