Skip to content

Commit

Permalink
silence the double wake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-bits committed Feb 19, 2024
1 parent cbc8d41 commit 91ed86b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/scheduler/src/sleep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ impl ArcWake for SleepWaker {
assert!(arc_self.deadline.is_reached());

let Some(task) = arc_self.task.take() else {
hyperion_log::error!("double wakes shouldn't happen, its a bug in the executor");
return;
};

Expand Down

0 comments on commit 91ed86b

Please sign in to comment.