[][src]Module hdrhistogram::sync

Synchronized types that allow access to a Histogram from multiple threads.

Structs

IdleRecorder

This guard denotes that a Recorder is currently idle, and should not be waited on by a SyncHistogram phase-shift.

Recorder

A write-only handle to a SyncHistogram.

SyncHistogram

A Histogram that can be written to by multiple threads concurrently.

Type Definitions

IdleRecorderGuard

See IdleRecorder. This guard borrows the idle Recorder.