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

How Can I Chain Together Groups Of Promises?

I am using the Q javascript promises library and am running in a browser, and I want to figure out … Read more How Can I Chain Together Groups Of Promises?

"iterating" Throw Promises Does Not Let To Generate Different Ids

Reading some amazing tutorials about promises, I've discovered that, if I need to interate thro… Read more "iterating" Throw Promises Does Not Let To Generate Different Ids

Chaining Promises Without Using 'then' With Q Library

I'm trying to chain Q promises without 'then', so eventually the chain would look like … Read more Chaining Promises Without Using 'then' With Q Library

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

Q.js Progress Handler Doesn't Seem To Be Firing

I'm currently using Q.js for promises, since they implement progress handlers. However, it does… Read more Q.js Progress Handler Doesn't Seem To Be Firing

Create An Api Which Accepts A Callback, And Also Returns A Promise

So I'm trying to upgrade an existing api to support promises, but I want to maintain backwards … Read more Create An Api Which Accepts A Callback, And Also Returns A Promise