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
@tshemsedinov I'd prefer to leave it as it is, but we should use Iterators instead of Arrays, so that any Iterable object may be passed to metasync.map and other functions (#313).
On the other hand, we can create metasync.Iterator for such use-cases.
WDYT?
Compare
and current implementation:
we may change to:
The text was updated successfully, but these errors were encountered: