mirror of
https://github.com/golang/go
synced 2024-11-07 18:16:34 -07:00
8bec956360
Fixes #56661 Change-Id: I1c23ebc52e6b7ae6ee956614e1a0a45d6ecbd5b4 Reviewed-on: https://go-review.googlesource.com/c/go/+/449318 Run-TryBot: Sameer Ajmani <sameer@golang.org> Reviewed-by: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
3 lines
187 B
Plaintext
3 lines
187 B
Plaintext
pkg context, func WithDeadlineCause(Context, time.Time, error) (Context, CancelFunc) #56661
|
|
pkg context, func WithTimeoutCause(Context, time.Duration, error) (Context, CancelFunc) #56661
|