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

2 uses

	go.pact.im/x/clock (current package)
		clock.go#L70: func (c *Clock) Schedule(d time.Duration, f func(now time.Time)) Event {

	go.pact.im/x/clock/observeclock
		observeclock.go#L46: 	t := c.Clock.Schedule(d, f)