pub struct BusySpin;Expand description
Tight CPU spin. Use when the producer and consumer are on dedicated cores and latency matters more than CPU usage.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BusySpin
impl RefUnwindSafe for BusySpin
impl Send for BusySpin
impl Sync for BusySpin
impl Unpin for BusySpin
impl UnsafeUnpin for BusySpin
impl UnwindSafe for BusySpin
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more