blob: 24c5b70b9dc76027a5e2312decb2ba760141f017 [file] [log] [blame]
Roman Elizarov0950dfa2018-07-13 10:33:25 +03001public abstract class kotlinx/coroutines/javafx/JavaFxDispatcher : kotlinx/coroutines/MainCoroutineDispatcher, kotlinx/coroutines/Delay {
Roman Elizarov0950dfa2018-07-13 10:33:25 +03002 public fun delay (JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
3 public fun dispatch (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
4 public fun invokeOnTimeout (JLjava/lang/Runnable;)Lkotlinx/coroutines/DisposableHandle;
Roman Elizarov0950dfa2018-07-13 10:33:25 +03005 public fun scheduleResumeAfterDelay (JLkotlinx/coroutines/CancellableContinuation;)V
Roman Elizarovdc29b072018-09-11 18:42:03 +03006}
7
Roman Elizarov0950dfa2018-07-13 10:33:25 +03008public final class kotlinx/coroutines/javafx/JavaFxDispatcherKt {
9 public static final fun awaitPulse (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
10 public static final fun getJavaFx (Lkotlinx/coroutines/Dispatchers;)Lkotlinx/coroutines/javafx/JavaFxDispatcher;
Roman Elizarovdc29b072018-09-11 18:42:03 +030011}
12