libjs-q

Javascript library for promises (commonjs/promises/a,b,d)
  https://github.com/kriskowal/q
  0
  no reviews



Q is a tool for creating and composing asynchronous promises in javascript.

if a function cannot return a value or throw an exception without blocking, it can return a promise instead. a promise is an object that represents the return value or the thrown exception that the function may eventually provide. a promise can also be used as a proxy for a remote object to overcome latency.

this package contains the q.js javascript library.