Update deps

This commit is contained in:
Frank Denis 2022-10-15 10:37:07 +02:00
parent 94cba8cf78
commit c748630691
70 changed files with 12992 additions and 343 deletions

View file

@ -47,6 +47,10 @@ func (t *Timer) SetRead() {
t.read = true
}
func (t *Timer) Deadline() time.Time {
return t.deadline
}
// Stop stops the timer
func (t *Timer) Stop() {
t.t.Stop()