Trait mz_timely_util::probe::ProbeNotify
source · pub trait ProbeNotify<G: Scope> {
// Required method
fn probe_notify_with(&self, handles: Vec<Handle<G::Timestamp>>) -> Self;
}
Expand description
Monitors progress at a Stream
.
Required Methods§
sourcefn probe_notify_with(&self, handles: Vec<Handle<G::Timestamp>>) -> Self
fn probe_notify_with(&self, handles: Vec<Handle<G::Timestamp>>) -> Self
Inserts a collection of progress probe in a stream.
Object Safety§
This trait is not object safe.