Package: wnpp Severity: wishlist * Package name : node-asap Version : 2.0.3 Upstream Author : Kris Kowal * URL : https://notabug.org/themusicgod1/asap * License : MIT Programming Lang: javascript Description : node-asap
ASAP strives to schedule events to occur before yielding for IO, reflow, or redrawing. Each event receives an independent stack, with only platform code in parent frames and the events run in the order they are scheduled. 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.