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
The library is currently hard-coded to use a CachedThreadPoolExecutor via Executors.newCachedThreadPool. Clients, however, should have the option of selecting the executor to use on the Promise, and its chain.
The library is currently hard-coded to use a
CachedThreadPoolExecutorviaExecutors.newCachedThreadPool. Clients, however, should have the option of selecting the executor to use on the Promise, and its chain.