-
Notifications
You must be signed in to change notification settings - Fork 666
Update all samples to use async/await #2869
Copy link
Copy link
Closed
praveenqlogic/nodejs-bigtable
#1Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Metadata
Metadata
Assignees
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.type: processA process-related concern. May include testing, release, or the like.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:
asyncorawaitinstead of promises or callbacks