Skip to main content

spawn

Function 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