so whats the easiest way in tornadofx to spawn a coroutine and run it in parallel ? it will be running a websocket connection and may trigger UI updates
a
altavir
10/02/2019, 3:54 PM
Я think, those are orthagonal. Tornado does not use coroutines, so the only thing you need to remember is to run UI actions on
JavaFX
dispatcher
n
Nikky
10/02/2019, 5:09 PM
i am running the websocket in
GlobalScope.launch
for now.. and all things interactin with javafx i do in