Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 20, 2023
1 parent 3f96fc8 commit 6da26ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,8 @@ where
}
}

if will_end_session { // or should also consider will_end_thread?
if will_end_session {
// or should also consider will_end_thread?
log_scheduler!("ended ");
(state_machine, log_interval_counter) = <_>::default();
result_sender
Expand Down

0 comments on commit 6da26ad

Please sign in to comment.