pub fn spawn_monitor(
interval: Duration,
) -> (Receiver<MonitorSnapshot>, JoinHandle<()>)Expand description
Spawn the system monitor sampler with a latest-value watch channel.
pub fn spawn_monitor(
interval: Duration,
) -> (Receiver<MonitorSnapshot>, JoinHandle<()>)Spawn the system monitor sampler with a latest-value watch channel.