node-asap

High-priority task queue for Node.js and browsers

Description

This module executes a task after the scheduled tasks are over

ASAP strives to schedule events to occur before yielding for IO, reflow, or redrawing. ASAP provides a fast event queue that will execute tasks until it is empty before yielding to the JavaScript engine's underlying event-loop. When a task gets added to a previously empty event queue, ASAP schedules a flush event, preferring for that event to occur before the JavaScript engine has an opportunity to perform IO tasks or rendering, thus making the first task and subsequent tasks semantically indistinguishable. ASAP uses a variety of techniques to preserve this invariant on different versions of browsers and Node.js

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/kriskowal/asap


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-asap