Re: [promises] Guidance on the usage of promises for API developers

On 15/01/2014 05:23, Takeshi Yoshino wrote:
> Moreover, I think algorithm may be allowed to be done either
> synchronously or asynchronously for some cases.

+1

I did some work a while ago which made extensive use of promise-like constructs 
(viz. Mochikit "Deferred"), and the ability to compose synchronous and 
asynchronous operations in a common framework was an extremely useful feature.

#g
--

Received on Wednesday, 15 January 2014 09:51:14 UTC