Skip to main content

RuntimeMonitorIoObserver

Type Alias RuntimeMonitorIoObserver 

Source
pub type RuntimeMonitorIoObserver = Arc<dyn Fn(RuntimeMonitorIoEvent) + Send + Sync>;
Expand description

Thread-safe callback for bounded invocation I/O diagnostics.

Aliased Typeยง

pub struct RuntimeMonitorIoObserver { /* private fields */ }