Commit ef5f505
Update tokio 1.46-1 -> 1.47.1 and tokio-openssl 1.6.1 -> 1.6.5
Summary:
X-link: facebook/relay#5055
X-link: meta-pytorch/monarch#963
@public Update tokio 1.46-1 -> 1.47.1 and tokio-openssl 1.6.1 -> 1.6.5
1.47.1 (August 1st, 2025)
Fixed
process: fix panic from spurious pidfd wakeup (#7494)
sync: fix broken link of Python asyncio.Event in SetOnce docs (#7485)
1.47.0 (July 25th, 2025)
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.
Added
coop: add cooperative and poll_proceed (#7405)
sync: add SetOnce (#7418)
sync: add sync::Notify::notified_owned() (#7465)
Changed
deps: upgrade windows-sys 0.52 → 0.59 ([#7117])
deps: update to socket2 v0.6 ([#7443])
sync: improve AtomicWaker::wake performance (#7450)
Documented
metrics: fix listed feature requirements for some metrics (#7449)
runtime: improve safety comments of Readiness<'_> (#7415)
Reviewed By: capickett
Differential Revision: D80726365
fbshipit-source-id: 4047402294354bb0a27ed313e36bcccd49997f781 parent 44c0a23 commit ef5f505
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments