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