Skip to content

Commit

Permalink
pop_without_advancing_tail
Browse files Browse the repository at this point in the history
  • Loading branch information
ksolana committed Oct 2, 2024
1 parent 13d8e32 commit d8c1eef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions poh/src/mpsc_ringbuffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,11 @@ impl<T> ArrayQueue<T> {
}
}

/// TODO: Implement
pub fn pop_without_advancing_tail(&self) -> Option <T> {
None
}

/// Returns the capacity of the queue.
///
/// # Examples
Expand Down

0 comments on commit d8c1eef

Please sign in to comment.