[][src]Module debra_common::epoch

Type-safe epoch counters for tracking operations of threads.

Structs

AtomicEpoch

An atomic and concurrently accessible Epoch.

Epoch

A monotonically increasing epoch counter with wrapping overflow behaviour.

Undetermined

A type indicating that the age of an Epoch can not be determined, but is definitely older than two epochs.

Enums

PossibleAge

The possible age of an epoch in relation to global epoch within a two-epoch range.