Versions in this module Expand all Collapse all v0 v0.0.1 Mar 27, 2024 Changes in this version + type WaitMap struct + func New() *WaitMap + func (w *WaitMap) Get(key string) (any, bool) + func (w *WaitMap) Set(key string, value any) + func (w *WaitMap) Wait(key string) any + func (w *WaitMap) WaitFor(ctx context.Context, key string) (any, bool)