cls-binder

0.0.2 • Public • Published

CLS Binder

Used in conjunction with continuation-local-storage (CLS). CLS Binder ensures all created CLS namespaces are preserved (bound) across problematic callbacks

Installation

npm install cls-binder

Example

var clsBinder = require('cls-binder');
problematicCB = clsBinder.bind( problematicCB );

Readme

Keywords

none

Package Sidebar

Install

npm i cls-binder

Weekly Downloads

3

Version

0.0.2

License

none

Last publish

Collaborators

  • benkitzelman