A basic but performant promise implementation
lie promise async aplus promise-library polyfillThrottle the parallelism of an asynchronous, promise returning, function / functions. This has special utility when you set the concurrency to 1. That way you get a mutually exclusive lock. This returns a function that acts a bit like a lock (exactly as a lock if concurrency is 1).
promise concurrency typescript flow aplus then throttle parallelism limitA promises/A+ conformant implementation, written for mongoose.An mpromise can be in any of three states, pending, fulfilled (success), or rejected (error). Once it is either fulfilled or rejected it's state can no longer be changed.
promise mongoose aplus a+ plusMinimal and fast Promise/A+ 1.1 implementation. It's all you need to pass the tests and build your own extended API. Fill free to use specs as more descriptive documentation.
defer deferred promise promise/a+ a+ aplusConcurrent supports the bare bones Promise implementation that supports then(onFulfilled, onRejected), fulfill(value), reject(reason). Concurrent also provides a Future class which inherits from Promise. It has a lot of syntactic sugar on top of the Promises/A+ spec based on the Scala Future API.
promises aplus futures concurrent async
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.