Expand description
Per-key singleflight loading (JOE-1597).
Structs§
- Leader
Guard - RAII leader for registry-publication loads (JOE-1646).
- LoadKey
- Identity for a loadable model/session.
- Singleflight
- Coalesce concurrent loads for the same key.
Enums§
- Begin
Load - Result of
Singleflight::begin_or_wait.