Versions in this module Expand all Collapse all v1 v1.18.1 Aug 15, 2022 Changes in this version + type Cond struct — js/wasm + L Locker + func (c *Cond) Broadcast() + func (c *Cond) Signal() + func (c *Cond) Wait() + type Pool struct — js/wasm + New func() interface{} + func (p *Pool) Get() interface{} + func (p *Pool) Put(x interface{}) + type WaitGroup struct — js/wasm + func (wg *WaitGroup) Add(delta int) + func (wg *WaitGroup) Wait()