Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2026 v1.0.0 Jul 30, 2026 Changes in this version + type Context struct + func C[T any](v T) *Context[T] + func (ctx *Context[T]) Cancel() + func (ctx *Context[T]) Cancelled() bool + func (ctx *Context[T]) Val() T