Package kotlinx.coroutines.swing

Provides Dispatchers.Swing context and Dispatchers.Main implementation for Swing UI applications.

Types

Link copied to clipboard
sealed class SwingDispatcher : MainCoroutineDispatcher, Delay

Dispatcher for Swing event dispatching thread.

Properties

Link copied to clipboard
val Dispatchers.Swing: SwingDispatcher

Dispatches execution onto Swing event dispatching thread and provides native delay support.