Skip to content

Commit

Permalink
Use BusySpinWithSpinLoopHints in another test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholassm committed Jun 22, 2024
1 parent f157dee commit 7e73e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ mod tests {
s.send(e.num).expect("Should be able to send.");
};

let mut producer1 = build_multi_producer(8, factory(), BusySpin)
let mut producer1 = build_multi_producer(8, factory(), BusySpinWithSpinLoopHint)
.handle_events_with(processor)
.build();
let mut producer2 = producer1.clone();
Expand Down

0 comments on commit 7e73e5d

Please sign in to comment.