Function start_daemon_no_signals

Source
pub async fn start_daemon_no_signals(
    config: ServerConfig,
    _dispatcher: Arc<Dispatcher>,
) -> Result<Daemon>
Expand description

Start a server daemon with provided configuration and return a handle to it