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
The original async library allows iterating over "collections" instead of just arrays, i.e. it also iterates over hasOwnProperties of objects. By using Lodash's map method, this could be supported with async-q with minimal code changes.