func time.After

6 uses

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

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

	src.elv.sh/pkg/cli/clitest
		fake_tty.go#L293: 	timeout := time.After(testutil.ScaledMs(100))

	src.elv.sh/pkg/cli/prompt
		prompt.go#L83: 		case <-time.After(p.config.StaleThreshold()):

	src.elv.sh/pkg/edit/highlight
		highlight.go#L120: 		case <-time.After(MaxBlockForLate):

	src.elv.sh/pkg/eval
		builtin_fn_misc.go#L351: 	return time.After(d)