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 f3402e8 commit dac58ee
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 @@ -617,6 +617,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 dac58ee

Please sign in to comment.