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
pub async fn start_daemon_no_signals(
config: ServerConfig,
_dispatcher: Arc<Dispatcher>,
) -> Result<Daemon>Start a server daemon with provided configuration and return a handle to it