pub struct FAAAQueue<T> { /* private fields */ }Implementations§
Source§impl<T> FAAAQueue<T>
impl<T> FAAAQueue<T>
pub fn enqueue(&self, item: T, hp: &mut HazardPointer<'_>)
pub fn dequeue(&self, hp: &mut HazardPointer<'_>) -> Option<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for FAAAQueue<T>
impl<T> RefUnwindSafe for FAAAQueue<T>
impl<T> Send for FAAAQueue<T>
impl<T> Sync for FAAAQueue<T>
impl<T> Unpin for FAAAQueue<T>
impl<T> UnwindSafe for FAAAQueue<T>
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