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

Add Async.All #43

Merged
merged 1 commit into from
Jan 29, 2017
Merged

Add Async.All #43

merged 1 commit into from
Jan 29, 2017

Conversation

evilsoft
Copy link
Owner

More scope creep huh?


This addresses one part of Issue#39 and implements Async.all.

And what kind of me would I be if I did not add a bunch of other stuffs off the books (need to stop doing this). In addition to implementing Async.all I threw in this other stuff :smh:

  • Added an Async.fromNode that will take in any CPS (Continuation Passing Style) function and wrap it all up in an Async ready to be forked.
  • Added a new predicate function named isFoldable.
  • Updated functions that rely on a Foldable to use the new predicate for their type checks.
  • Cleaned up some Async.fromPromise 👓

@evilsoft
Copy link
Owner Author

@evilsoft evilsoft merged commit a8ce527 into master Jan 29, 2017
@evilsoft evilsoft deleted the async-all branch January 29, 2017 18:10
@evilsoft evilsoft added this to the v0.2.1 milestone Jan 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant