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
I propose to add support for everything that implements iterable or iterator protocols to such methods as:
metasync.map()
metasync.filter()
metasync.each()
metasync.series()
metasync.find()
metasync.every()
metasync.some()
metasync.for()
Also, it may be useful for these functions to support objects that doesn't implement any of the above protocols, this way they will be iterated over pairs of [key, value].
The text was updated successfully, but these errors were encountered:
I propose to add support for everything that implements iterable or iterator protocols to such methods as:
metasync.map()
metasync.filter()
metasync.each()
metasync.series()
metasync.find()
metasync.every()
metasync.some()
metasync.for()
Also, it may be useful for these functions to support objects that doesn't implement any of the above protocols, this way they will be iterated over pairs of
[key, value]
.The text was updated successfully, but these errors were encountered: