Yes, we definitely need to play with this. What I ...
# tornadofx
e
Yes, we definitely need to play with this. What I meant about the two remoting calls is that you can just do them in the same
runAsync
block, but then you need to return a touple, so it wouldn't be as nice, and it would be awful when you need to fetch more than two things. This is a pretty good use case for coroutines already.