Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zachschuermann committed Feb 28, 2025
1 parent 3316d8d commit 2cff468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/src/engine/default/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ mod tests {
state.ordered_keys.pop_front().unwrap();

// there are three possible cases, either:
// 1. the next key has a waker already registered, in which case we wake it up
// 1. the key has already been requested, hence there is a waker waiting, and we
// need to wake it up
// 2. the next key has no waker registered, in which case we do nothing, and
// whenever the request for said key is made, it will either be next in line
// or a waker will be registered - either case ensuring that the request is
Expand Down

0 comments on commit 2cff468

Please sign in to comment.