Markus Mäkelä c70216390f
MXS-1506: Combine housekeeper task types
The tasks themselves now control whether they are executed again. To
compare it to the old system, oneshot tasks now return `false` and
repeating tasks return `true`.

Letting the housekeeper remove the tasks makes the code simpler and
removes the possibility of the task being removed while it is being
executed. It does introduce a deadlock possibility if a housekeeper
function is called inside a housekeeper task.
2018-04-10 15:29:30 +03:00
..
2017-06-01 10:24:20 +03:00
2018-01-30 16:28:11 +02:00
2017-06-05 13:25:27 +03:00
2018-02-02 16:05:14 +02:00
2018-02-02 16:05:14 +02:00
2018-01-30 16:28:11 +02:00
2018-03-06 10:38:01 +02:00