Useful when you need to throttle how many concurrent processes are running simultaneously, while being notified when they're all done (or something fails). var ...
Use fsm-iterator to implement a finite state machine generator function without the need for generator function* syntax. This is a perfect for library authors that need to use generators but don't ...