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 d335082 commit 8c4a45e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions poh/src/mpsc_ringbuffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,10 @@ 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 8c4a45e

Please sign in to comment.