type context.CancelFunc
23 uses
context (current package)
context.go#L224: type CancelFunc func()
context.go#L232: func WithCancel(parent Context) (ctx Context, cancel CancelFunc) {
context.go#L430: func WithDeadline(parent Context, d time.Time) (Context, CancelFunc) {
context.go#L502: func WithTimeout(parent Context, timeout time.Duration) (Context, CancelFunc) {
github.com/go-git/go-git/v5/plumbing/transport/ssh
common.go#L138: cancel context.CancelFunc
github.com/jackc/pgconn
pgconn.go#L126: var cancel context.CancelFunc
golang.org/x/net/context
go19.go#L21: type CancelFunc = context.CancelFunc
google.golang.org/grpc
clientconn.go#L211: var cancel context.CancelFunc
clientconn.go#L479: cancel context.CancelFunc
clientconn.go#L1040: cancel context.CancelFunc
stream.go#L183: var cancel context.CancelFunc
stream.go#L401: cancel context.CancelFunc // cancels all attempts
stream.go#L1123: cancel context.CancelFunc
google.golang.org/grpc/credentials/alts
alts.go#L185: var cancel context.CancelFunc
google.golang.org/grpc/internal/resolver/dns
dns_resolver.go#L174: cancel context.CancelFunc
google.golang.org/grpc/internal/transport
handler_server.go#L334: var cancel context.CancelFunc
http2_client.go#L59: cancel context.CancelFunc
transport.go#L242: cancel context.CancelFunc // always nil for client side Stream
net
dial.go#L542: var cancel context.CancelFunc
net/http
server.go#L254: cancelCtx context.CancelFunc
server.go#L422: cancelCtx context.CancelFunc // when ServeHTTP exits
server.go#L3298: var cancelCtx context.CancelFunc
net/http/httputil
reverseproxy.go#L220: var cancel context.CancelFunc
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |