Versions in this module Expand all Collapse all v0 v0.0.4 Jan 4, 2021 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) Continue(f func()) + func (ctx *Context) Stop(f func())