type go.pact.im/x/clock.TimerScheduler

6 uses

	go.pact.im/x/clock (current package)
		runtime.go#L8: 	TimerScheduler
		timer.go#L7: type TimerScheduler interface {
		timer.go#L70: 	if s, ok := s.(TimerScheduler); ok {

	go.pact.im/x/clock/fakeclock
		fakeclock.go#L15: 	clock.TimerScheduler

	go.pact.im/x/clock/mockclock
		clock.go#L16: 	clock.TimerScheduler

	go.pact.im/x/clock/observeclock
		observeclock.go#L18: 	clock.TimerScheduler