pear-ref
v1.0.2
Published
Pear core ref counter
Downloads
3,708
Readme
pear-ref
Pear core ref counter
Usage
const ref = require('pear-ref')
ref.on('ref', (refs) => console.log('ref', 'count', refs))
ref.on('unref', (refs) => console.log('unref', 'count', refs))
ref.ref()
handleCreatingCb(function callback () { ref.unref() })
ref.track(handleCreatingPromise())License
Apache-2.0
