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 closures #3668

Merged
merged 25 commits into from
Aug 3, 2024
Merged
Changes from 18 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
80249c9
Add async closure redux RFC
compiler-errors Jul 1, 2024
6000a0c
update numbers
compiler-errors Jul 1, 2024
a514d3b
Clarify section about associated types being reserved
traviscross Jul 2, 2024
d2446cb
No perma
compiler-errors Jul 2, 2024
29582aa
More clarifications
compiler-errors Jul 2, 2024
3938f65
Add missing generics
compiler-errors Jul 2, 2024
86fc14a
Motivate why non-async closures should implement AsyncFn
compiler-errors Jul 2, 2024
90ea425
Clarify the ?for<'a> weirdness
compiler-errors Jul 2, 2024
febff99
One more caveat about AsyncFn* and built-in impls
compiler-errors Jul 2, 2024
23b9af8
Grammar nit wrt ? and async
compiler-errors Jul 2, 2024
26ded68
Oops, missing words
compiler-errors Jul 2, 2024
b2a8e07
Update text/3668-async-closure.md
compiler-errors Jul 3, 2024
3298481
Fix hackmd-ism
compiler-errors Jul 3, 2024
88faa5b
Recommend for users to write
compiler-errors Jul 3, 2024
59e0eb2
More writing
compiler-errors Jul 3, 2024
694d0df
Why no AsyncFnOnce::Output
compiler-errors Jul 3, 2024
2e35b78
Elaborate slightly the section on FnOnce
compiler-errors Jul 10, 2024
662654b
Slightly elaborate drawback with non-nameable RTN
compiler-errors Jul 10, 2024
ee9b0cd
Update text/3668-async-closure.md
compiler-errors Jul 11, 2024
3681ffd
more nits
compiler-errors Jul 16, 2024
f8c6e9f
whoops
compiler-errors Jul 16, 2024
186ce20
Rename file for RFC 3668 to plural
traviscross Jul 20, 2024
cb803f0
Add section about how `AsyncFn` commits us also
traviscross Jul 20, 2024
86ad484
Reserve some space for async Fn bounds not converging on consensus
compiler-errors Jul 23, 2024
576b9f4
Update text/3668-async-closures.md
compiler-errors Jul 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading