func time.After

3 uses

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

	github.com/gotd/neo
		net.go#L124: 		<-time.After(t.Sub(now))

	github.com/gotd/td/telegram/dcs
		http.go#L276: 	case <-time.After(d):