pub type ObserverCallback = Rc<RefCell<dyn FnMut(SchedSnapshot)>>;Expand description
A snapshot sink for the Studio’s Tasks/Channels strip — invoked between scheduler slices with the live task/channel state.
Aliased Type§
pub struct ObserverCallback { /* private fields */ }