Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions timer.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ func NewCountTimer(interval time.Duration, count int, fn timer.Func) *timer.Time
}

t := timer.NewTimer(fn, interval, count)
// add to manager
timer.Manager.ChCreatedTimer <- t
return t
}

Expand Down