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

async should support promise based api #1341

Closed
nojvek opened this issue Dec 17, 2016 · 1 comment
Closed

async should support promise based api #1341

nojvek opened this issue Dec 17, 2016 · 1 comment

Comments

@nojvek
Copy link

nojvek commented Dec 17, 2016

With latest node now supporting async await, there shoud be a way to just do things like

const results = await promiseMapLimit(array, mapFn) // mapFn returns a promise
@aearly
Copy link
Collaborator

aearly commented Dec 17, 2016

See #1086 and #956

@aearly aearly closed this as completed Dec 17, 2016
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

No branches or pull requests

2 participants