time.Timer.C (field)
12 uses
	time (current package)
		sleep.go#L90: 	C         <-chan Time
		sleep.go#L146: 	t.C = c
		sleep.go#L203: 	return NewTimer(d).C
	net
		dial.go#L578: 		case <-fallbackTimer.C:
	net/http
		client.go#L409: 		case <-timer.C:
		h2_bundle.go#L7175: func (t http2timeTimer) C() <-chan time.Time { return t.Timer.C }
		h2_bundle.go#L8631: 			case <-timer.C:
		server.go#L3081: 		case <-timer.C:
		transfer.go#L236: 	case <-timer.C:
		transport.go#L2466: 		case <-timer.C:
		transport.go#L2586: 		case <-t.C:
		transport.go#L2770: 				respHeaderTimer = timer.C
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |