Aries async has a PromiseImpl which allows an executor as argument. Should it also implement a Deferred which can do the same?
And finally, should this DeferredImpl also provide the functions of the static Promises class, but using the configured executor I guess my main concern is that using Promises.all has no way to appoint an executor for it's own promise which is created from a Deferred. -- *Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile> (@rotty3000) Senior Software Architect *Liferay, Inc.* <http://www.liferay.com> (@Liferay) Board Member & EEG Co-Chair, OSGi Alliance <http://osgi.org> (@OSGiAlliance)
