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

I Need Some Help Promises And Q Library

I need some help on syntax with node.js promises. In readme for node.js module called q https://git… Read more I Need Some Help Promises And Q Library

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?

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?

Using Kris Kowal's Q. How Should I Catch If Any Errors Have Been Thrown Throughout The Life Of A Chained Promise?

I'm new to promises, and I just started using Kris Kowal's Q today (I've read about it … Read more Using Kris Kowal's Q. How Should I Catch If Any Errors Have Been Thrown Throughout The Life Of A Chained Promise?

How To Make Synchronous Http Calls Using Promises In Node.js

I would like to iterate thru an array of students and make http call for each of them and parse the… Read more How To Make Synchronous Http Calls Using Promises In Node.js

Difference Between "q" And "q" In Angularjs And Requirejs

I am creating a single page app built on AngularJS, Breeze, and RequireJS. In setting up AMD with r… Read more Difference Between "q" And "q" In Angularjs And Requirejs

Angularjs And Q.fcall

Angulars $q is a promise/deferred implementation inspired by Kris Kowal's Q. In Q, you create a… Read more Angularjs And Q.fcall

Sequencing Async Operations Followed By Onresult Call

Fiddle: http://jsfiddle.net/smartdev101/eLxxpjp3/ Inside asyncAction function call, a promise has … Read more Sequencing Async Operations Followed By Onresult Call