Versions in this module Expand all Collapse all v0 v0.7.6 Oct 23, 2025 v0.7.5 Jun 30, 2025 Changes in this version + type WaitMap struct + func New[K comparable, V any](size int) *WaitMap[K, V] + func (w *WaitMap[K, V]) Get(key K) (V, bool) + func (w *WaitMap[K, V]) Set(key K, value V) + func (w *WaitMap[K, V]) Wait(key K) V + func (w *WaitMap[K, V]) WaitFor(ctx context.Context, key K) (V, bool)