promise-fun
promise-fun copied to clipboard
Promise packages, patterns, chat, and tutorials
Results
2
promise-fun issues
Sort by
recently updated
recently updated
newest added
It's useful for the situation like "queue some processing like building up to 1, and do not run at the same time". ## naming candidates I didn't came up with...
I have created a module that seems to fit well here, as it was initially based off of `p-map`. The module is itself an async/sync iterable and it takes the...