File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
This release adds ` poll_proceed ` and ` cooperative ` to the ` coop ` module for
13
13
cooperative scheduling, adds ` SetOnce ` to the ` sync ` module which provides
14
- similar functionality to [ `std::sync::OnceLock] , and adds a new method
14
+ similar functionality to [ ` std::sync::OnceLock ` ] , and adds a new method
15
15
` sync::Notify::notified_owned() ` which returns an ` OwnedNotified ` without
16
16
a lifetime parameter.
17
17
@@ -32,9 +32,11 @@ a lifetime parameter.
32
32
- metrics: fix listed feature requirements for some metrics ([ #7449 ] )
33
33
- runtime: improve safety comments of ` Readiness<'_> ` ([ #7415 ] )
34
34
35
+ [ #7117 ] : https://github.com/tokio-rs/tokio/pull/7117
35
36
[ #7405 ] : https://github.com/tokio-rs/tokio/pull/7405
36
37
[ #7415 ] : https://github.com/tokio-rs/tokio/pull/7415
37
38
[ #7418 ] : https://github.com/tokio-rs/tokio/pull/7418
39
+ [ #7443 ] : https://github.com/tokio-rs/tokio/pull/7443
38
40
[ #7449 ] : https://github.com/tokio-rs/tokio/pull/7449
39
41
[ #7450 ] : https://github.com/tokio-rs/tokio/pull/7450
40
42
[ #7465 ] : https://github.com/tokio-rs/tokio/pull/7465
@@ -48,7 +50,7 @@ locations in Tracing events.
48
50
49
51
## Unstable
50
52
51
- - runtime: add ` TaskMeta::spawn_location ` tracking where a task was spawned
53
+ - runtime: add ` TaskMeta::spawned_at ` tracking where a task was spawned
52
54
([ #7440 ] )
53
55
54
56
[ #7440 ] : https://github.com/tokio-rs/tokio/pull/7440
You can’t perform that action at this time.
0 commit comments