Unclaimed project
Are you a maintainer of tokio? Claim this project to take control of your public changelog and roadmap.
Changelog
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
This release adds poll_proceed and cooperative to the coop module for
cooperative scheduling, adds SetOnce to the sync module which provides
similar functionality to [std::sync::OnceLock], and adds a new method
sync::Notify::notified_owned() which returns an OwnedNotified without
a lifetime parameter.
cooperative and poll_proceed (#7405)SetOnce (#7418)sync::Notify::notified_owned() (#7465)AtomicWaker::wake performance (#7450)