promise-make-counter
Version:
A simple function that makes a counter-based promise, which can be incremented and decremented, and it resolves once its counter reaches zero.
3 lines (2 loc) • 22 B
JavaScript
A simple function that makes a counter-based promise, which can be incremented and decremented, and it resolves once its counter reaches zero.