time.Timer.C (field)

47 uses

	time (current package)
		sleep.go#L51: 	C <-chan Time
		sleep.go#L89: 		C: c,
		sleep.go#L157: 	return NewTimer(d).C

	database/sql
		sql.go#L1070: 		case <-t.C:
		sql.go#L1095: 			case <-t.C:

	github.com/aws/aws-sdk-go-v2/aws/transport/http
		timeout_read_closer.go#L56: 	case <-timer.C:

	github.com/aws/aws-sdk-go-v2/internal/sdk
		time.go#L37: 	case <-t.C:

	github.com/aws/smithy-go/time
		time.go#L127: 	case <-t.C:

	github.com/go-pg/pg/v10
		listener.go#L318: 						<-timer.C
		listener.go#L320: 				case <-timer.C:
		listener.go#L343: 					<-timer.C
		listener.go#L345: 			case <-timer.C:

	github.com/go-pg/pg/v10/internal
		util.go#L14: 	case <-t.C:

	github.com/go-pg/pg/v10/internal/pool
		pool.go#L285: 			<-timer.C
		pool.go#L291: 			<-timer.C
		pool.go#L295: 	case <-timer.C:

	github.com/robfig/cron/v3
		cron.go#L264: 			case now = <-timer.C:

	go.pact.im/x/clock
		runtime.go#L57: 	return r.Timer.C

	golang.org/x/net/http2
		server.go#L1069: 	case <-timer.C:
		transport.go#L574: 				case <-timer.C:
		transport.go#L1395: 			case <-timer.C:
		transport.go#L1430: 		respHeaderTimer = timer.C

	google.golang.org/grpc
		clientconn.go#L1171: 		case <-timer.C:
		server.go#L841: 				case <-timer.C:
		stream.go#L683: 	case <-t.C:

	google.golang.org/grpc/internal/resolver/dns
		dns_resolver.go#L242: 		case <-timer.C:

	google.golang.org/grpc/internal/transport
		http2_client.go#L1672: 		case <-timer.C:
		http2_client.go#L1730: 				<-timer.C
		http2_client.go#L1791: 	case <-timer.C:
		http2_server.go#L1145: 		case <-idleTimer.C:
		http2_server.go#L1162: 		case <-ageTimer.C:
		http2_server.go#L1166: 			case <-ageTimer.C:
		http2_server.go#L1175: 		case <-kpTimer.C:
		http2_server.go#L1373: 		case <-timer.C:
		http2_server.go#L1426: 	case <-timer.C:

	net
		dial.go#L494: 		case <-fallbackTimer.C:

	net/http
		client.go#L402: 		case <-timer.C:
		h2_bundle.go#L4711: 	case <-timer.C:
		h2_bundle.go#L7995: 			case <-timer.C:
		h2_bundle.go#L8030: 		respHeaderTimer = timer.C
		server.go#L2778: 		case <-timer.C:
		transfer.go#L234: 	case <-timer.C:
		transport.go#L2343: 		case <-timer.C:
		transport.go#L2456: 		case <-t.C:
		transport.go#L2635: 				respHeaderTimer = timer.C

	net/http/httptest
		server.go#L284: 		case <-timer.C:

	net/http/pprof
		pprof.go#L294: 	case <-t.C: