cls-fibers
v1.1.1
Published
Make continuation-local-storage play nice with node-fibers.
Downloads
7
Readme
cls-fibers
Make continuation-local-storage play nice with node-fibers.
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.