Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Mar 4, 2025
1 parent aca5764 commit 8cf150a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unified-scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1791,8 +1791,8 @@ impl<S: SpawnableScheduler<TH>, TH: TaskHandler> ThreadManager<S, TH> {
},
};

is_finished =
session_ending && Self::can_finish_session(scheduling_mode, &state_machine);
is_finished = session_ending
&& Self::can_finish_session(scheduling_mode, &state_machine);
}
assert!(mem::replace(&mut is_finished, false));

Expand Down

0 comments on commit 8cf150a

Please sign in to comment.