another thought I had was to use CompletableFuture...
# arrow
d
another thought I had was to use CompletableFuture at the integration point, and make existing synchronous calls asynchronous, which wouldn't be too bad in Python