Versions in this module Expand all Collapse all v0 v0.5.16 Feb 23, 2022 v0.5.13 Feb 23, 2022 v0.5.12 Feb 23, 2022 Changes in this version + type Context struct + func C() *Context + func (ctx *Context) After(f func(cancelled bool)) + func (ctx *Context) Cancel() + func (ctx *Context) Cancelled() bool + func (ctx *Context) Continue(f func()) + func (ctx *Context) Stop(f func())