Versions in this module Expand all Collapse all v3 v3.4.6 Mar 19, 2020 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{}