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 iterators / for await of #3690

Open
minj opened this issue Aug 28, 2017 · 11 comments
Open

Async iterators / for await of #3690

minj opened this issue Aug 28, 2017 · 11 comments

Comments

@minj
Copy link

minj commented Aug 28, 2017

See https://jakearchibald.com/2017/async-iterators-and-generators/

@Schweinepriester
Copy link
Contributor

Schweinepriester commented Aug 28, 2017

@chicoxyzzy
Copy link
Contributor

@Schweinepriester Async iterators and async funtcions are not the same thing

@chicoxyzzy
Copy link
Contributor

It seems like it but we better ask @minj :)

@minj
Copy link
Author

minj commented Aug 30, 2017 via email

@espoal
Copy link

espoal commented Oct 19, 2017

this is quite a neat function. It allows to asynchronously render your html, maybe by fetching a database query with an async generator. Please consider adding support.

@minj
Copy link
Author

minj commented Oct 29, 2017

@Fyrd Fyrd closed this as completed in 21df621 Mar 5, 2018
Fyrd added a commit that referenced this issue Mar 5, 2018
@Fyrd Fyrd reopened this Mar 5, 2018
@jimmywarting
Copy link
Contributor

jimmywarting commented Oct 13, 2018

do someone happens to know what the support is for this?

on mac all latest browser (blink, ff, safari) seems to support it...

@chicoxyzzy
Copy link
Contributor

chicoxyzzy commented Oct 13, 2018

@jimmywarting
Copy link
Contributor

jimmywarting commented Oct 13, 2018

must be blind? can't find it - has no search 👎
edit: went to the github repo and had to search there...

@TomasHubelbauer
Copy link

When this goes up (hopefully soon), can it be made so it also returns when searching for for await?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment