Module hdrhistogram::sync
source · Expand description
Synchronized types that allow access to a Histogram
from multiple threads.
Structs
- This guard denotes that a
Recorder
is currently idle, and should not be waited on by aSyncHistogram
phase-shift. - A write-only handle to a
SyncHistogram
. - A
Histogram
that can be written to by multiple threads concurrently.
Type Aliases
- See
IdleRecorder
. This guard borrows the idleRecorder
.