ok. post some code. i was doing plain JavaFX progress all day yesterday. I could have used coroutines as I had some nested Task.call methods. The code started to get ugly with the nested structure repeating in each success() function.
Ex,
Task {
succeeded {
Task {
succeeded {
Coroutines would have been like
await task
await task