func context.WithTimeout
4 uses
context (current package)
context.go#L502: func WithTimeout(parent Context, timeout time.Duration) (Context, CancelFunc) {
net/http
h2_bundle.go#L7216: ctx, cancel := context.WithTimeout(context.Background(), pingTimeout)
server.go#L3299: ctx, cancelCtx = context.WithTimeout(r.Context(), h.dt)
transport.go#L1679: newCtx, cancel := context.WithTimeout(ctx, 1*time.Minute)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)