Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements Async functions #1

Closed
52 tasks done
suguru03 opened this issue Sep 16, 2016 · 0 comments
Closed
52 tasks done

Implements Async functions #1

suguru03 opened this issue Sep 16, 2016 · 0 comments
Assignees
Projects
Milestone

Comments

@suguru03
Copy link
Owner

suguru03 commented Sep 16, 2016

Collections

  • each/forEach
  • eachSeries/forEachSeries
  • eachLimit/forEachLimit
  • map
  • mapSeries
  • mapLimit
  • mapValues
  • mapValuesSeries
  • mapValuesLimit
  • filter
  • filterSeries
  • filterLimit
  • reject
  • rejectSeries
  • rejectLimit
  • find/detect
  • findSeries/detectSeries
  • findLimit/detectLimit
  • pick
  • pickSeries
  • pickLimit
  • omit
  • omitSeries
  • omitLimit
  • reduce
  • transform
  • transformSeries
  • transformLimit
  • sortBy
  • sortBySeries
  • sortByLimit
  • some
  • someSeries
  • someLimit
  • every
  • everySeries
  • everyLimit
  • concat
  • concatSeries
  • concatLimit
  • groupBy
  • groupBySeries
  • groupByLimit

control Flow

  • parallel
  • whilst
  • DoWhilst
  • until
  • doUntil
  • retry
  • times
  • timesSeries
  • timesLimit
@suguru03 suguru03 added this to the v1.0.0 milestone Sep 16, 2016
@suguru03 suguru03 self-assigned this Sep 16, 2016
@suguru03 suguru03 moved this from In Progress to Done in v1.x Mar 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v1.x
  
Done
Development

No branches or pull requests

1 participant