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

Tracking Issue for async blocks in const fn #69431

Closed
CryZe opened this issue Feb 24, 2020 · 0 comments
Closed

Tracking Issue for async blocks in const fn #69431

CryZe opened this issue Feb 24, 2020 · 0 comments
Labels
A-async-await Area: Async & Await A-const-fn Area: const fn foo(..) {..}. Pure functions which can be applied at compile time. AsyncAwait-Triaged Async-await issues that have been triaged during a working group meeting. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-lang Relevant to the language team, which will review and decide on the PR/issue.

Comments

@CryZe
Copy link
Contributor

CryZe commented Feb 24, 2020

This tracks the usage of async blocks async { ... } in const fn. Right now you can't use async code at all in const fns, but at least async blocks should be fairly easy to be supported (you can define them, just not call them yet without traits in const fn).

Meta Tracking Issue: #57563

@CryZe CryZe added the C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. label Feb 24, 2020
@jonas-schievink jonas-schievink added A-async-await Area: Async & Await A-const-fn Area: const fn foo(..) {..}. Pure functions which can be applied at compile time. T-lang Relevant to the language team, which will review and decide on the PR/issue. labels Feb 24, 2020
@tmandry tmandry added the AsyncAwait-Triaged Async-await issues that have been triaged during a working group meeting. label Feb 25, 2020
@CryZe CryZe closed this as completed May 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-async-await Area: Async & Await A-const-fn Area: const fn foo(..) {..}. Pure functions which can be applied at compile time. AsyncAwait-Triaged Async-await issues that have been triaged during a working group meeting. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-lang Relevant to the language team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants