# Functions
AnyWithContext returns a new Any and an associated Context derived from ctx.
BreakerWithContext returns a Breaker and an associated context derived from ctx.
No description provided by the author
Runs f while holding the lock.
Runs f while not holding the lock.
# Structs
Any calls a group of functions in separate goroutines, and checks that at least one function call succeeded.
No description provided by the author
A Breaker calls functions in separate goroutines, returning a nil error if one succeeds.
Join calls a group of functions in separate goroutines and waits until they have all returned.