Versions in this module Expand all Collapse all v3 v3.1.2 Feb 5, 2024 Changes in this version + type Event struct + func NewEvent() *Event + func (e *Event) Done() <-chan struct{} + func (e *Event) Fire() bool + func (e *Event) HasFired() bool