bare-walk-handles
v2.0.10
Published
Walk the event loop handles of the Bare process
Downloads
82
Readme
bare-walk-handles
Walk the event loop handles of the Bare process.
npm i bare-walk-handlesUsage
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
