Registry / utility / kotlinx-coroutines-swing

kotlinx-coroutines-swing

JSON →
library1.10.2javamavenunverified

Coroutines support libraries for Kotlin providing Swing integration for UI dispatchers.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-swing</artifactId> <version>1.10.2</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-swing
utilityjavav1.10.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Swing
kotlinx.coroutines.swing.Swing

Launches a coroutine on the Swing Event Dispatch Thread

import kotlinx.coroutines.* import kotlinx.coroutines.swing.Swing fun main() = runBlocking { withContext(Swing) { println("Running on Swing EDT") } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
kotlinx-coroutines-swing — mvn dependency:get kotlinx-coroutines-swing · libregistry