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

meta: breaking API changes #2928

Closed
18 of 21 tasks
carllerche opened this issue Oct 8, 2020 · 2 comments
Closed
18 of 21 tasks

meta: breaking API changes #2928

carllerche opened this issue Oct 8, 2020 · 2 comments
Labels
A-tokio Area: The main tokio crate C-bug Category: This is a bug.
Milestone

Comments

@carllerche
Copy link
Member

carllerche commented Oct 8, 2020

Tracks smaller breaking API changes that are left to make

io

net

sync

time

@carllerche carllerche added C-bug Category: This is a bug. A-tokio Area: The main tokio crate labels Oct 8, 2020
@carllerche carllerche added this to the v0.3 milestone Oct 8, 2020
carllerche pushed a commit that referenced this issue Oct 9, 2020
carllerche added a commit that referenced this issue Oct 9, 2020
Switches various socket methods from &mut self to &self. This uses the intrusive
waker infrastructure to handle multiple waiters.

Refs: #2928
zaharidichev added a commit to zaharidichev/tokio that referenced this issue Oct 10, 2020
@carllerche carllerche modified the milestones: v0.3, v1.0 Oct 12, 2020
@akhilles
Copy link

Can #2928 be added to the list?

@carllerche
Copy link
Member Author

@akhilles I think you made a typo w/ your issue ref (you refed the current issue). If you have a proposal for an API change for 1.0, create a new issue for it 👍

I don't think we are going to change any of the remaining APIs, so I will close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants