File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
third_party/rust_crates/forks/async-io Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,9 @@ Description:
4
4
5
5
async-io is used only on the host side to provide async usage of *nix IO primitives.
6
6
7
- This is mainline, but will soon incorporate the patch from
8
- https://github.com/smol-rs/async-io/pull/79/commits/71cd97d34ed8c652074b61ed4093b475e2fb4fdd
9
- .
7
+ This is mainline with the patch from https://github.com/smol-rs/async-io/pull/79/commits/71cd97d34ed8c652074b61ed4093b475e2fb4fdd included.
10
8
11
- This will be async-io mainline (~1.12.0) with a patch.
9
+ This is async-io mainline (~1.12.0) with a patch.
12
10
13
11
There is nothing else special about this release the fork is cut from mainline.
14
12
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ impl Source {
432
432
panic:: catch_unwind ( || w. wake ( ) ) . ok ( ) ;
433
433
}
434
434
state[ dir] . waker = Some ( cx. waker ( ) . clone ( ) ) ;
435
- state[ dir] . ticks = Some ( ( Reactor :: get ( ) . ticker ( ) , state[ dir] . tick ) ) ;
435
+ state[ dir] . ticks = Some ( ( state[ dir] . tick , 0 ) ) ;
436
436
437
437
// Update interest in this I/O handle.
438
438
if was_empty {
You can’t perform that action at this time.
0 commit comments