Skip to content Skip to sidebar Skip to footer
Showing posts with the label Deferred

Working With Ajax Promises / Deferred

I am trying to get an Ajax promise using the code below. Because my function makes another ajax cal… Read more Working With Ajax Promises / Deferred

Async Waterfall Equivalent With Q

I've got a single page which is an account settings page. In it, I allow my users to update the… Read more Async Waterfall Equivalent With Q

In Javascript, How To Wrap A Promise In Timeout?

It's a common pattern to implement timeout of some asynchronous function, using deffered/promis… Read more In Javascript, How To Wrap A Promise In Timeout?

Is The Deferred/promise Concept In Javascript A New One Or Is It A Traditional Part Of Functional Programming?

I really like the idea of jQuery's deferred/promise pattern or paradigm but sometimes I have tr… Read more Is The Deferred/promise Concept In Javascript A New One Or Is It A Traditional Part Of Functional Programming?

When Should I Use Q.defer And When Just Promise.resolve/reject?

I'm using nodejs and was wondering when should I use Q defer, and when just use Promise.resolve… Read more When Should I Use Q.defer And When Just Promise.resolve/reject?

Timing Issues With Jquery Deferred

This question is carefully distilled version of not asynchronous function executed as jQuery Deferr… Read more Timing Issues With Jquery Deferred