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

About Node's Code Style

EDIT thx to all the answers, and finally I decide to use some tools like Step, all I need is '… Read more About Node's Code Style

Dojo Using Deferred Functions To Get Data In Ajax Callback Function

I have a function with a return however in the function there is an async request which holds the v… Read more Dojo Using Deferred Functions To Get Data In Ajax Callback Function

Should I Return The Result Of Deferred.resolve/reject?

When working with Q deferreds, should I return the result of deferred.resolve and deferred.reject? … Read more Should I Return The Result Of Deferred.resolve/reject?

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

Jquery Deferred In .each Loop

This should be a simple one. I have a function that is called and I need to wait for all the async … Read more Jquery Deferred In .each Loop

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?