go-resiliency
go-resiliency copied to clipboard
Overlap between "deadline" and the context package in stdlib?
The standard library has a https://pkg.go.dev/context#example-WithDeadline. Does that implement the same functionality as deadline? If so, should deadline be deprecated in the next major version of this library?