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 fn in traits initiative #5

Open
nikomatsakis opened this issue Feb 1, 2022 · 0 comments
Open

Async fn in traits initiative #5

nikomatsakis opened this issue Feb 1, 2022 · 0 comments

Comments

@nikomatsakis
Copy link
Contributor

nikomatsakis commented Feb 1, 2022

Metadata
Name Async fns in traits initiative
Owner @tmandry
Liaison @joshtriplett
Proposed in rust-lang/lang-team#150

Purpose

Working towards support for

trait Foo {
    async fn bar(&self);
}

Artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Development
Development

No branches or pull requests

2 participants