Versions in this module Expand all Collapse all v0 v0.25.2 Dec 13, 2024 Changes in this version + var Canceled = context.Canceled + var DeadlineExceeded = context.DeadlineExceeded + func WithCancel(parent Context) (ctx Context, cancel CancelFunc) + func WithDeadline(parent Context, deadline time.Time) (Context, CancelFunc) + func WithTimeout(parent Context, timeout time.Duration) (Context, CancelFunc) + type CancelFunc = context.CancelFunc + type Context = context.Context + func Background() Context + func TODO() Context + func WithValue(parent Context, key interface{}, val interface{}) Context