2.0.9 • Published 9 months ago

bare-walk-handles v2.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

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

2.0.9

9 months ago

2.0.5

11 months ago

2.0.7

10 months ago

2.0.6

10 months ago

2.0.8

10 months ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago