You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to be able to pass an Executor to the convert methods so that we can have better control of async operations. Right now your client calls CompletableFutures.supplyAsync(() -> {/*code*/}) which uses the ForkJoinPool.commonPool().