Versions in this module Expand all Collapse all v0 v0.1.3 Feb 5, 2024 v0.0.2 Jan 6, 2024 Changes in this version + type Channel struct + func (c *Channel) Close() + type ChannelMap struct + func NewChannelMap() *ChannelMap + func (cm *ChannelMap) Add(key string) chan struct{} + func (cm *ChannelMap) Close(key string) + func (cm *ChannelMap) CloseAll() + func (cm *ChannelMap) Get(key string) (chan struct{}, bool)