go.pact.im/x/clock.Timer.C (method)

10 uses

	go.pact.im/x/clock (current package)
		now.go#L25: 	return <-t.C()
		ticker.go#L111: 	timerC := timer.C()
		ticker.go#L163: 	<-t.t.C()
		timer.go#L20: 	C() <-chan time.Time

	go.pact.im/x/flaky
		debounce.go#L122: 	case <-d.timer.C():
		debounce.go#L133: 		<-d.timer.C()
		retry.go#L82: 		case <-timer.C():
		schedule.go#L164: 	case <-timer.C():

	go.pact.im/x/supervisor
		restart.go#L50: 		case <-timer.C():
		restart.go#L99: 					case <-t.C():