<@U0BHS1Y07> Just a thing to check: Make sure it w...
# tornadofx
p
@voddan Just a thing to check: Make sure it works even if `counter`overflows to negative values (I don't rememver how the `%`operator works in Java). You might want to use an
unsigned
type if it doesn't.