Skip to content

Commit

Permalink
HOTFIX: Remove the eased task from the easer queue upon finishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsivkov committed Apr 25, 2024
1 parent ecefaa5 commit de17626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easer.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func ease(t task, queue *sync.Map) task {
}

eq.task.Run()
queue.Delete(t.GetId())
return eq.task
}

Expand Down

0 comments on commit de17626

Please sign in to comment.