go.pact.im/x/clock.Scheduler.Schedule (method)

3 uses

	go.pact.im/x/clock (current package)
		clock.go#L30: 	Schedule(d time.Duration, f func(now time.Time)) Event
		clock.go#L71: 	return c.sched().Schedule(d, f)
		timer.go#L75: 	event := s.Schedule(d, func(now time.Time) {