Versions in this module Expand all Collapse all v1 v1.0.1 Jan 10, 2021 v1.0.0 Jan 10, 2021 Changes in this version + func NewTimeList() *timeList + type Wait interface + IsRegistered func(id uint64) bool + Register func(id uint64) <-chan interface{} + Trigger func(id uint64, x interface{}) + func New() Wait + func NewWithResponse(ch <-chan interface{}) Wait + type WaitTime interface + Trigger func(deadline uint64) + Wait func(deadline uint64) <-chan struct{}