But another thing to think about is concurrency. I...
# tornadofx
e
But another thing to think about is concurrency. Ideally I'd like to fire off the two remoting calls (
getSubscription()
and
getCustomer()
) simultaneously and load the editor once both objects are available.