<@U25U0KPFT> I tried to come up with some examples...
# tornadofx
e
@carlw I tried to come up with some examples that might be good for coroutines, like for example an order editor that needs both a customer and an order before it can be shown. But those to calls can just be performed in the same
runAsync
block, so that`s not a good option either. Reading that awful C++ mess now, maybe that will clarify things for me.