Skip to main content

Module probe

Module probe 

Source
Expand description

Std-only, lock-free ingress pressure probe for cross-thread sources.

Structs§

ConcurrentIngressEdgeLink
Link wrapper for a concurrent ingress monitor edge (std-only).
SourceIngressProbe
Shared atomic counters for ingress pressure (items/bytes).
SourceIngressProbeEdge
Payload-typed wrapper that exposes a probe as an Edge.
SourceIngressUpdater
Cross-thread updater for a SourceIngressProbe.

Functions§

new_probe_edge_pair
Convenience: create a typed probe edge and its paired updater.
new_probe_pair
Convenience: create an untyped probe and updater.