1.1.1 • Published 9 years ago

cls-fibers v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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.