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

Will there be awaitable APIs ? #11532

Closed
emeryao opened this issue Feb 24, 2017 · 1 comment
Closed

Will there be awaitable APIs ? #11532

emeryao opened this issue Feb 24, 2017 · 1 comment

Comments

@emeryao
Copy link

emeryao commented Feb 24, 2017

Hi Team,
Since Node v7.6.0 was released and the feature of async/await is supported well in nodejs, I just wonder that if there is a plan/roadmap to make APIs awaitable which is asynchronous but returns a promise instead of passing a callback parameter.

For Example:

let files = await fs.readdirAsync('./some/path/');
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