Versions in this module Expand all Collapse all v0 v0.1.2 Jun 9, 2021 v0.1.1 Mar 15, 2021 v0.1.0 Nov 11, 2020 Changes in this version + type Sleeper struct + func (s *Sleeper) AddWaker(w *Waker, id int) + func (s *Sleeper) Done() + func (s *Sleeper) Fetch(block bool) (id int, ok bool) + type Waker struct + func (w *Waker) Assert() + func (w *Waker) Clear() bool + func (w *Waker) IsAsserted() bool