bare-walk-handles
v2.0.9
Published
Walk the event loop handles of the Bare process
Downloads
29
Readme
bare-walk-handles
Walk the event loop handles of the Bare process.
npm i bare-walk-handles
Usage
const walkHandles = require('bare-walk-handles')
for (const handle of walkHandles()) {
if (handle.type === walkHandles.constants.TIMER) {
console.log('timer', handle)
}
}
License
Apache-2.0