Skip to content

status-quo story: Alan needs async in traits #134

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

Merged
merged 2 commits into from
Apr 12, 2021

Conversation

zeenix
Copy link
Contributor

@zeenix zeenix commented Apr 8, 2021

Result of the async traits session held on Apr 8, 2021.

Fixes #82

Copy link
Member

@rylev rylev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! It's almost there

@rylev
Copy link
Member

rylev commented Apr 9, 2021

I tied this PR to #82

Copy link
Contributor

@nikomatsakis nikomatsakis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very close! Some suggestions.

@zeenix
Copy link
Contributor Author

zeenix commented Apr 12, 2021

Thanks for the reviews folks. PTALA. Only one unresolved thread left (although I think it's likely addressed). Once all resolved, I'd like to rebase to resolve the conflict and to squash all the fixup commits to the right commit.

zeenix added 2 commits April 12, 2021 16:28
Result of the async traits session held on Apr 8, 2021.
@zeenix zeenix force-pushed the alan_needs_async_in_traits branch from c2e1d6d to de6660f Compare April 12, 2021 14:29
@zeenix
Copy link
Contributor Author

zeenix commented Apr 12, 2021

Once all resolved, I'd like to rebase to resolve the conflict and to squash all the fixup commits to the right commit.

Done.

@nikomatsakis nikomatsakis merged commit 9253739 into rust-lang:master Apr 12, 2021
@nikomatsakis nikomatsakis added the status-quo-story-ideas "Status quo" user story ideas label Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status-quo-story-ideas "Status quo" user story ideas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using an async block or function in a trait
6 participants