0.0.1 • Published 2 years ago

aside v0.0.1

Weekly downloads
3
License
ISC
Repository
-
Last release
2 years ago

aside

Run code aside from current execution using JavaScript's macrotask queue. Uses postMessage, MessageChannel, setImmediate, or setTimeout whichever is available in descending precendence. If you want to utilize JavaScript's microtask queue have a look at asap.

npm install aside

Usage

var aside = require('aside');
aside(function () {
  // do some work aside from current execution
});

License

Licensed under the AGPL 3.0.

0.0.1

2 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago