[go: up one dir, main page]

Module context

Module context 

Source
Expand description

Default implementations for the ClockSequence trait.

Structsยง

Context
A thread-safe, wrapping counter that produces 14-bit values.
ContextV7
An unsynchronized, reseeding counter that produces 42-bit values.
NoContext
An empty counter that will always return the value 0.
ThreadLocalContext
A wrapper for a context that uses thread-local storage.