node-asap 2.0.6-1 source package in Ubuntu

Changelog

node-asap (2.0.6-1) unstable; urgency=low

  * Initial release (Closes: #886519) 

 -- Manas kashyap <email address hidden>  Sun, 07 Jan 2018 07:19:59 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-asap_2.0.6-1.dsc 1.9 KiB 1bb439f66f4aa2a30d58d11af7db581204c7e449f57b5fc715ec731acefb5567
node-asap_2.0.6.orig.tar.gz 38.7 KiB cf3b8a7310458bc078688ee6278a8fca567b32641994ff5b1c2b714d5e1eb90c
node-asap_2.0.6-1.debian.tar.xz 2.3 KiB 2da3b53e384bbf8344001cada1befed77f64ccdce3c1fcc496bd1502f9b65544

No changes file available.

Binary packages built by this source

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

 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.