-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 closures #3668
Async closures #3668
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80249c9 - Browse repository at this point
Copy the full SHA 80249c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6000a0c - Browse repository at this point
Copy the full SHA 6000a0cView commit details
Commits on Jul 2, 2024
-
Clarify section about associated types being reserved
We specify that the details about the traits, including the associated types, are implementation details. Let's make the section describing this, with respect to the associated types, more clear and give an example. (Thanks to RalfJ and Yosh for raising that this section could be clarified.)
Configuration menu - View commit details
-
Copy full SHA for a514d3b - Browse repository at this point
Copy the full SHA a514d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2446cb - Browse repository at this point
Copy the full SHA d2446cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29582aa - Browse repository at this point
Copy the full SHA 29582aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3938f65 - Browse repository at this point
Copy the full SHA 3938f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86fc14a - Browse repository at this point
Copy the full SHA 86fc14aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ea425 - Browse repository at this point
Copy the full SHA 90ea425View commit details -
Configuration menu - View commit details
-
Copy full SHA for febff99 - Browse repository at this point
Copy the full SHA febff99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b9af8 - Browse repository at this point
Copy the full SHA 23b9af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ded68 - Browse repository at this point
Copy the full SHA 26ded68View commit details
Commits on Jul 3, 2024
-
Update text/3668-async-closure.md
Co-authored-by: Yosh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2a8e07 - Browse repository at this point
Copy the full SHA b2a8e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3298481 - Browse repository at this point
Copy the full SHA 3298481View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88faa5b - Browse repository at this point
Copy the full SHA 88faa5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e0eb2 - Browse repository at this point
Copy the full SHA 59e0eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 694d0df - Browse repository at this point
Copy the full SHA 694d0dfView commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e35b78 - Browse repository at this point
Copy the full SHA 2e35b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 662654b - Browse repository at this point
Copy the full SHA 662654bView commit details
Commits on Jul 11, 2024
-
Update text/3668-async-closure.md
whoops forgot a mut Co-authored-by: zachs18 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee9b0cd - Browse repository at this point
Copy the full SHA ee9b0cdView commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3681ffd - Browse repository at this point
Copy the full SHA 3681ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c6e9f - Browse repository at this point
Copy the full SHA f8c6e9fView commit details
Commits on Jul 20, 2024
-
Rename file for RFC 3668 to plural
The feature gate for async closures is unfortunately in the singular, `async_closure`, and while that's not a stable commitment, it's probably too much of a pain to change that. But that doesn't mean that we can't name the file in the plural, so let's do that.
Configuration menu - View commit details
-
Copy full SHA for 186ce20 - Browse repository at this point
Copy the full SHA 186ce20View commit details -
Add section about how
AsyncFn
commits us alsoAs it turns out, `AsyncFn()` probably commits our direction on generalized `async` trait bound modifiers to the same degree as `async Fn()`. Let's describe this. CE brought up this excellent point.
Configuration menu - View commit details
-
Copy full SHA for cb803f0 - Browse repository at this point
Copy the full SHA cb803f0View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86ad484 - Browse repository at this point
Copy the full SHA 86ad484View commit details -
Update text/3668-async-closures.md
add the note in one other place Co-authored-by: Josh Triplett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 576b9f4 - Browse repository at this point
Copy the full SHA 576b9f4View commit details