do you guys have any references you liked regardin...
# tornadofx
a
do you guys have any references you liked regarding concurrency with JavaFX projects? I can definitely draw parallels with web dev but for me, it's harder for me to grasp when my app is largely serverless
p
I'm not sure what you're saying. Are you talking about async, or threading or coroutines ?
I'm probably wrong, but in the context of tornadoFX, you're probably just going to use runasync, unless you use the eventbus.
a
async specifically. OMG how did I forget to answer back - I mean, is there a use for threading or coroutines for a serverless application?
I'm talking about studying event orders in a UI decided by JavaFX
k
There's definitely a use. My desktop project has an entire job queuing system that runs background jobs (in parallel).