You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the package! I love the simplicity of the useage!
We've been using p-map as well in some projects but due to the "structure" of it it is sometimes much easier to use your module but in p-map there is a parameter to limit the number of concurrent "threads", {concurrency: 2}
Is the same possible using your module?
The text was updated successfully, but these errors were encountered:
It's not possible right now, I created this module so the methods have the same functionality as the vanilla Javascript Array iteration methods. So you are not going to find any extra option like {concurrency: 2}.
But I think that it could be a good addition for a v2 of this module, will take it into account for future releases.
Thanks for the package! I love the simplicity of the useage!
We've been using
p-map
as well in some projects but due to the "structure" of it it is sometimes much easier to use your module but inp-map
there is a parameter to limit the number of concurrent "threads",{concurrency: 2}
Is the same possible using your module?
The text was updated successfully, but these errors were encountered: