- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: tokio-rs/tokio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: tokio-1.32.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tokio-rs/tokio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tokio-1.32.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 9 files changed
- 3 contributors
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 98bb3be - Browse repository at this point
Copy the full SHA 98bb3beView commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bfa9ea8 - Browse repository at this point
Copy the full SHA bfa9ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 938c7eb - Browse repository at this point
Copy the full SHA 938c7ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a0ca5 - Browse repository at this point
Copy the full SHA 60a0ca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab4ca6 - Browse repository at this point
Copy the full SHA 9ab4ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb37c4 - Browse repository at this point
Copy the full SHA ccb37c4View commit details
Commits on Dec 17, 2023
-
io: add budgeting to tokio::runtime::io::registration::async_io (#6221)
Fixes #5946. Fixes #4782. This change adds budgeting to most of the remaining unbudgeted IO operations which can complete instantly, including datagram send/recv operations and listener socket accepts. This is particularly significant for scenarios in which resource limits are hit, as it can be common for things like listener tasks to spin when receiving errors and just log them, busy looping worker threads which might otherwise be handling existing connections and closing them. This can also sometimes lead to complex failure scenarios within datagram systems experiencing resource exhaustion.
Configuration menu - View commit details
-
Copy full SHA for ab7313f - Browse repository at this point
Copy the full SHA ab7313fView commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d36233 - Browse repository at this point
Copy the full SHA 0d36233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b3a65 - Browse repository at this point
Copy the full SHA 22b3a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f0178 - Browse repository at this point
Copy the full SHA c4f0178View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff tokio-1.32.0...tokio-1.32.1