Tokio v1.47.0 #7483
Darksonn
announced in
Announcements
Tokio v1.47.0
#7483
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1.47.0 (July 25th, 2025)
This release adds
poll_proceed
andcooperative
to thecoop
module forcooperative scheduling, adds
SetOnce
to thesync
module which providessimilar functionality to [
std::sync::OnceLock
], and adds a new methodsync::Notify::notified_owned()
which returns anOwnedNotified
withouta lifetime parameter.
Added
cooperative
andpoll_proceed
(#7405)SetOnce
(#7418)sync::Notify::notified_owned()
(#7465)Changed
windows-sys
0.52 → 0.59 #7117])AtomicWaker::wake
performance (#7450)Documented
Readiness<'_>
(#7415)Beta Was this translation helpful? Give feedback.
All reactions