Registry / utility / kotlinx-coroutines-javafx

kotlinx-coroutines-javafx

JSON →
library1.10.2javamavenunverified

Coroutines support libraries for Kotlin providing JavaFX integration.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-javafx</artifactId> <version>1.10.2</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-javafx
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.

JavaFx
kotlinx.coroutines.javafx.JavaFx

Minimal Kotlin coroutine using JavaFX dispatcher

import kotlinx.coroutines.* import kotlinx.coroutines.javafx.JavaFx fun main() = runBlocking { withContext(Dispatchers.JavaFx) { println("Running on JavaFX thread") } }
Debug
Known issues
gotchaRequires JavaFX runtime on classpath
fix
Add JavaFX dependencies (e.g., org.openjfx:javafx-controls) to your project
affects: all
Upgrade
Version history
1.10.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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