promises
promises copied to clipboard
Custom executors
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.
yes, hope implement soon