go.pact.im/x/clock.Clock.Timer (method, view implemented interface methods)

9 uses

	go.pact.im/x/clock (current package)
		now.go#L24: 	t := c.Timer(0)
		ticker.go#L74: 		t:      c.Timer(d),
		timer.go#L68: func (c *Clock) Timer(d time.Duration) Timer {

	go.pact.im/x/clock/observeclock
		observeclock.go#L53: 	t := c.Clock.Timer(d)

	go.pact.im/x/flaky
		debounce.go#L113: 		d.timer = d.c.Timer(d.w)
		retry.go#L74: 			timer = r.clock.Timer(d)
		schedule.go#L159: 	timer := s.clock.Timer(d)

	go.pact.im/x/supervisor
		restart.go#L44: 	timer := m.clock.Timer(interval)
		restart.go#L94: 					t := m.clock.Timer(wait)