in default.go [24:26]
func (dc DefaultClock) AfterFunc(d time.Duration, f func()) Timer { return &defaultTimer{*time.AfterFunc(d, f)} }