-
Notifications
You must be signed in to change notification settings - Fork 602
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
Update all samples to use async/await #2869
Closed
54 of 55 tasks
JustinBeckwith opened this issue
Oct 4, 2018
· 3 comments
· May be fixed by praveenqlogic/nodejs-bigtable#1
Closed
54 of 55 tasks
Update all samples to use async/await #2869
JustinBeckwith opened this issue
Oct 4, 2018
· 3 comments
· May be fixed by praveenqlogic/nodejs-bigtable#1
Labels
help wanted
We'd love to have community involvement on this issue.
type: process
A process-related concern. May include testing, release, or the like.
Comments
cc @ofrobots |
JustinBeckwith
added
the
type: process
A process-related concern. May include testing, release, or the like.
label
Oct 4, 2018
JustinBeckwith
added
the
help wanted
We'd love to have community involvement on this issue.
label
Oct 11, 2018
3 tasks
3 tasks
3 tasks
Closed
3 tasks
3 tasks
3 tasks
This was referenced Oct 30, 2018
This was referenced Nov 4, 2018
@JustinBeckwith did you mean to close this? There's still plenty of work to be done. |
@JustinBeckwith For nodejs-iot No tests specified to run. Any changes required here? |
This was referenced Nov 19, 2018
Merged
This was referenced Nov 20, 2018
docs(samples): updated samples code to use async await
praveenqlogic/nodejs-bigquery-data-transfer#1
Merged
Merged
Merged
Merged
This was referenced Nov 21, 2018
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
We'd love to have community involvement on this issue.
type: process
A process-related concern. May include testing, release, or the like.
Most of our samples are using promises for async programming, which is great. Now that Node 8 is the latest LTS, and 10 is about to go out - we should start converting all the samples to async/await. Lets use this as a high level tracking bug.
@sduskis this is something that we should have our new friends help with :)
To call out the specific work:
async
orawait
instead of promises or callbacksThe text was updated successfully, but these errors were encountered: