Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Dec 21, 2023
1 parent 8793d38 commit a1abc06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unified-scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ where
// this out-of-bound watchdog to be equipped with a defensive thread reclaiming.
#[cfg(target_os = "linux")]
{

let Some(tid) = thread_manager.read().unwrap().active_tid_if_not_primary() else {
self.tick = 0;
self.updated_at = Instant::now();
Expand Down

0 comments on commit a1abc06

Please sign in to comment.