Versions in this module Expand all Collapse all v0 v0.0.1 Oct 25, 2020 Changes in this version + func WithContext(ctx actor.SenderContext) timerOptionFunc + type CancelFunc func() + type Stopper interface + Stop func() + type TimerScheduler struct + func NewTimerScheduler(opts ...timerOptionFunc) *TimerScheduler + func (s *TimerScheduler) RequestOnce(delay time.Duration, pid *actor.PID, message interface{}) CancelFunc + func (s *TimerScheduler) RequestRepeatedly(delay, interval time.Duration, pid *actor.PID, message interface{}) CancelFunc + func (s *TimerScheduler) SendOnce(delay time.Duration, pid *actor.PID, message interface{}) CancelFunc + func (s *TimerScheduler) SendRepeatedly(initial, interval time.Duration, pid *actor.PID, message interface{}) CancelFunc