Skip to main content

spawn_monitor

Function spawn_monitor 

Source
pub fn spawn_monitor(
    interval: Duration,
) -> (Receiver<MonitorSnapshot>, JoinHandle<()>)
Expand description

Spawn the system monitor sampler with a latest-value watch channel.