func time.After

6 uses

	time (current package)
		sleep.go#L156: func After(d Duration) <-chan Time {

	golang.org/x/tools/internal/gocommand
		invoke.go#L260: 		case <-time.After(1 * time.Minute):
		invoke.go#L277: 	case <-time.After(time.Second):
		invoke.go#L293: 		case <-time.After(10 * time.Second): // a shorter wait as resChan should return quickly following Kill

	net/http
		h2_bundle.go#L7223: 				case <-time.After(time.Second * time.Duration(backoff)):

	net/http/pprof
		pprof.go#L99: 	case <-time.After(d):