cls-fibers

1.1.1 • Public • Published

cls-fibers

Make continuation-local-storage play nice with node-fibers.

NPM version Build Status MIT License

Usage

npm install cls-fibers
var cls = require('continuation-local-storage');
var patchFibers = require('cls-fibers');
var ns = cls.createNamespace('test');
patchFibers(ns);

Contributing

Please follow our Code of Conduct when contributing to this project.

$ git clone https://github.com/goodeggs/cls-fibers && cd cls-fibers
$ npm install
$ npm test

Module scaffold generated by generator-goodeggs-npm.

Package Sidebar

Install

npm i cls-fibers

Weekly Downloads

3

Version

1.1.1

License

MIT

Last publish

Collaborators

  • goodeggs-admin
  • bobzoller
  • adborden