-
Notifications
You must be signed in to change notification settings - Fork 303
add "async await on stable rust!" blog post #443
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
add "async await on stable rust!" blog post #443
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
* the [async-std] runtime [has been putting out weekly releases for the past months][as-releases], and plans to make their | ||
1.0 release shortly after async-await hits stable; | ||
* using [wasm-bindgen-futures], you can even bridge Rust Futures with | ||
[JavaScript promises]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link for this?
If this is published today then that seems a bit too early - I'd rather publish it next week, say Tuesday, or maybe even Friday (not sure what would work best). |
Co-Authored-By: Mark Rousskov <[email protected]>
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
OK, I incorporated the last few comments and renamed the file to tomorrow's date (2019-11-07). |
I pushed a final commit that attempts to give thanks to the key folks who've worked on the async-await design + implementation. I always feel nervous writing these things, since I'm worried I'll overlook someone, and this time more than most, since I've not been that closely involved until the last six months or so. But it feels like an important thing to do. If you feel I've overlooked someone who played a big role in the design or implementation of async-await, feel free to ping me discretely... :) |
This should be posted after #440