Function ntp_daemon::spawn

source ·
pub async fn spawn(
    system_config: CombinedSystemConfig,
    clock_config: ClockConfig,
    peer_configs: &[PeerConfig],
    server_configs: &[ServerConfig],
    keyset: Receiver<Arc<KeySet>>
) -> Result<(JoinHandle<Result<()>>, DaemonChannels)>
Expand description

Spawn the NTP daemon