func time.Sleep

17 uses

	time (current package)
		sleep.go#L9: func Sleep(d Duration)

	cloud.google.com/go/compute/metadata
		metadata.go#L496: 				time.Sleep(failedSubscribeSleep)

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L940: 			time.Sleep(watchIntervalSleep)
		serve_other.go#L61: 				time.Sleep(250 * time.Millisecond)
		serve_other.go#L557: 		time.Sleep(10 * time.Millisecond)

	github.com/go-redis/redis/v8
		cluster.go#L200: 		time.Sleep(time.Duration(10+rand.Intn(10)) * time.Millisecond)
		cluster.go#L642: 		time.Sleep(200 * time.Millisecond)
		pubsub.go#L531: 					time.Sleep(c.retryBackoff(errCount))
		pubsub.go#L589: 					time.Sleep(c.retryBackoff(errCount))

	github.com/go-redis/redis/v8/internal/pool
		pool.go#L203: 			time.Sleep(time.Second)

	github.com/lib/pq
		notify.go#L758: 			time.Sleep(reconnectInterval)
		notify.go#L790: 		time.Sleep(time.Until(nextReconnect))

	golang.org/x/pkgsite/internal/fetch
		fetch.go#L410: 			time.Sleep(linger)

	google.golang.org/grpc/internal/channelz
		funcs.go#L130: 			time.Sleep(10 * time.Millisecond)

	net/http
		server.go#L1734: 	time.Sleep(rstAvoidanceDelay)
		server.go#L2998: 				time.Sleep(tempDelay)

	runtime/pprof
		pprof.go#L799: 		time.Sleep(100 * time.Millisecond)