!7 cmodule TestFlexibleRateTimer > DynPrintLog { transient FlexibleRateTimer timer = new(1); start-thread { timer.setRunnableAndStart(r { print("blubb " + localTimeWithMS()) }); } void cleanMeUp { cleanUp(timer); } }