Versions in this module Expand all Collapse all v1 v1.0.1 Sep 18, 2024 v1.0.0 May 17, 2024 Changes in this version + type Waker struct + func NewWaker() *Waker + func (w *Waker) Sleep() <-chan struct{} + func (w *Waker) Wake()