func time.After
9 uses
time (current package)
sleep.go#L160: func After(d Duration) <-chan Time {
github.com/aws/aws-sdk-go/aws/credentials/processcreds
provider.go#L379: case <-time.After(p.Timeout):
github.com/golang-migrate/migrate/v4
migrate.go#L906: timeout := time.After(m.LockTimeout)
golang.org/x/net/http2
transport.go#L488: case <-time.After(time.Second * time.Duration(backoff)):
google.golang.org/api/internal/gensupport
resumable.go#L186: quitAfter := time.After(retryDeadline)
resumable.go#L196: case <-time.After(pause):
send.go#L135: case <-time.After(pause):
google.golang.org/grpc
clientconn.go#L1290: case <-time.After(time.Until(connectDeadline)):
net/http
h2_bundle.go#L6991: case <-time.After(time.Second * time.Duration(backoff)):
![]() |
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. |