Versions in this module Expand all Collapse all v1 v1.0.0 Jul 22, 2022 Changes in this version + func WithContexts(ctxs ...context.Context) context.Context + type MultiContext struct + Ctxs []context.Context + func (mc MultiContext) Deadline() (deadline time.Time, ok bool) + func (mc MultiContext) Done() <-chan struct{} + func (mc MultiContext) Err() error + func (mc MultiContext) Value(key any) any