@matigo :)
@matigo Same reason why places like GMO PG won't tell you how much you have to pay until you actually meet one of their salespeople
@tomas Basically a timer that fires at regular intervals checking whether updates should be made. In the case of Nice, there is a timer that runs a bunch of code every 10ms or 100ms or something like that, and it will decide if it's an appropriate time to do some work.
The more elegant solution would be to set individual timers to the appropriate intervals instead of trying to re-implement it… Heh. :trollface:
// @matigo
It sucks how hindsight is so good. I keep on wanting to reimplement these things because I know that I can do it in a more elegant way that it currently is
@matigo I hope you aren't using a runloop timer in 10C like you are in Nice… :-/