onehilltech/promises

Custom executors

Opened this issue · 1 comments

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