Join Slack
Powered by
does anyone knows an example where people were abl...
# tornadofx
r
Romanow
06/18/2018, 3:47 PM
does anyone knows an example where people were able to marry javaFX tasks and kotlin coroutines?
t
thomasnield
06/18/2018, 3:54 PM
I know there is this
thomasnield
06/18/2018, 3:54 PM
https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/kotlinx-coroutines-javafx/README.md
r
Romanow
06/18/2018, 4:05 PM
yes, they provide a pre-configured dispatcher that uses the Platform.runLater and the usual thing from JavaFX, but no tasks support so it seams
Romanow
06/18/2018, 4:05 PM
one thing that now is missing is observables on coroutine states
3
Views
Open in Slack
Previous
Next