Binary package “golang-gitlab-jonas.jasas-condchan-dev” in ubuntu oracular

Cancellable sync.Cond (library)

 CondChan is a sync.Cond with the ability to wait in select statement.
 .
   - Adds waiting in select statement feature
   - Implements all sync.Cond interface
   - Passes all sync.Cond tests
   - Implemented using channels
   - Just ~37% slower comparing to sync.Cond