sclass JavaXRepeatTimer(double frequency) { bool started; void start { bool starting; synchronized { bool starting = !started; if (!starting) ret; set started; } if (starting) startImpl(); } void startImpl() { if (enabled) } }