Skip to content

Node.js library for reducing event loop freezes

License

Notifications You must be signed in to change notification settings

smyte/node-nice

Repository files navigation

Build Status Coverage Status MIT license

Using this module in other modules

const nice = require("node-nice").nice;

nice(() => {
  return calculatePi();
}).then(result => {
  console.log("π = " + result);
});

Setting travis and coveralls badges

  1. Sign in to travis and activate the build for your project.
  2. Sign in to coveralls and activate the build for your project.

About

Node.js library for reducing event loop freezes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published