NuxRef

nodejs-asap - High-priority task queue for Node.js and browsers

Website: https://github.com/kriskowal/asap
License: MIT
Description:
Promise and asynchronous observer libraries, as well as
hand-rolled callback programs and libraries, often need
a mechanism to postpone the execution of a callback until
the next available event. (See Designing API’s for Asynchrony.)
The asap function executes a task as soon as possible but not
before it returns, waiting only for the completion of the
current event and previously scheduled tasks.

Packages

nodejs-asap-2.0.3-1.el7.nuxref.src [15 KiB] Changelog Chris Caron (2016-04-14):
- Initial release (v2.0.3-1)