We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
platform()
1 parent 9045280 commit ec0e25bCopy full SHA for ec0e25b
src/main/java/rx/schedulers/JavaFxScheduler.java
@@ -46,6 +46,9 @@ public final class JavaFxScheduler extends Scheduler {
46
public static JavaFxScheduler getInstance() {
47
return INSTANCE;
48
}
49
+ public static JavaFxScheduler platform() {
50
+ return INSTANCE;
51
+ }
52
53
private static void assertThatTheDelayIsValidForTheJavaFxTimer(long delay) {
54
if (delay < 0 || delay > Integer.MAX_VALUE) {
0 commit comments