npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

refcounter

1.0.0

@mafintosh

npmHomeRepoSnykSocket
Downloads:9506
$ npm install refcounter
DailyWeeklyMonthlyYearly

refcounter

Simple refcounter

npm install refcounter

Usage

const RefCounter = require('refcounter')

const refs = new RefCounter()

refs.inc()
refs.dec()

refs.isIdle() // true is no refs
await refs.idle() // wait for no refs

License

Apache-2.0