func context.WithTimeout
5 uses
context (current package)
context.go#L689: func WithTimeout(parent Context, timeout time.Duration) (Context, CancelFunc) {
crypto/tls
tls.go#L125: ctx, cancel = context.WithTimeout(ctx, netDialer.Timeout)
net/http
h2_bundle.go#L7362: return context.WithTimeout(ctx, d)
server.go#L3653: ctx, cancelCtx = context.WithTimeout(r.Context(), h.dt)
transport.go#L1682: var testHookProxyConnectTimeout = context.WithTimeout
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |