Versions in this module Expand all Collapse all v1 v1.0.0 Aug 7, 2024 Changes in this version + type Go struct + ChanCb chan func() + func New(l int) *Go + func (g *Go) Cb(cb func()) + func (g *Go) Close() + func (g *Go) Go(f func(), cb func()) + func (g *Go) Idle() bool + func (g *Go) NewLinearContext() *LinearContext + type LinearContext struct + func (c *LinearContext) Go(f func(), cb func()) + type LinearGo struct