Skip to main content

Module singleflight

Module singleflight 

Source
Expand description

Per-key singleflight loading (JOE-1597).

Structs§

LeaderGuard
RAII leader for registry-publication loads (JOE-1646).
LoadKey
Identity for a loadable model/session.
Singleflight
Coalesce concurrent loads for the same key.

Enums§

BeginLoad
Result of Singleflight::begin_or_wait.