aboutsummaryrefslogtreecommitdiffstats
path: root/util/interrupt/cleaner.go
Commit message (Collapse)AuthorAgeFilesLines
* interrupt: also protect cancel with the mutexMichael Muré2019-08-311-1/+6
|
* interrupt: allow to cancel a cleanerMichael Muré2019-08-301-30/+60
|
* interrupt: minor cleaningMichael Muré2018-10-271-6/+5
|
* Iverted order, moved print, and new testsRafael Passos2018-10-251-6/+13
|
* RegisterCleaner now uses Variadic input + testsRafael Passos2018-10-241-13/+15
|
* Inverted boolean checkRafael Passos2018-10-241-3/+4
|
* moved cleaner function to util/interruptRafael Passos2018-10-241-0/+39