Join Slack
Powered by
Is there any "shortcuts" for timers like this one ...
# tornadofx
a
alexp11223
05/25/2017, 9:16 PM
Is there any "shortcuts" for timers like this one from ReactFX?
Copy code
FxTimer.runLater( Duration.ofMillis(2500), () -> doSomething());
I just need to run a task (once) after 2 sec
2
Views
Open in Slack
Previous
Next