package
0.0.0-20250102010652-32484aa8349e
Repository: https://github.com/saylorsolutions/x.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Join will associate two or more [context.Context] together, such that cancellation, deadlines, and errors are reported together.
JoinWithValuer is the same as [Join], but allows the caller to specify a [JoinValuer] to inject logic for picking the more correct context value in ambiguous cases.

# Interfaces

JoinValuer allows the caller to solve for ambiguity while picking a value in multiple [context.Context] with the same key.

# Type aliases

No description provided by the author