Skip to content

swap dequeue and push - #130

Merged
NULLx76 merged 6 commits into
mainfrom
swap_enqueue_push
May 15, 2024
Merged

swap dequeue and push#130
NULLx76 merged 6 commits into
mainfrom
swap_enqueue_push

Conversation

@jdonszelmann

@jdonszelmann jdonszelmann commented Sep 27, 2023

Copy link
Copy Markdown
Collaborator

Fixes part of #129

@github-actions
github-actions Bot temporarily deployed to commit September 27, 2023 08:05 Inactive
@github-actions

github-actions Bot commented Sep 27, 2023

Copy link
Copy Markdown

@github-actions
github-actions Bot temporarily deployed to pull request September 27, 2023 08:05 Inactive

@tertsdiepraam tertsdiepraam left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Comment thread src/ringbuffer_trait.rs
fn enqueue(&mut self, value: T) {
self.push(value);
/// Alias for [`enqueue`](RingBuffer::enqueue)
fn push(&mut self, value: T) {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this also be marked deprecated?

@github-actions
github-actions Bot temporarily deployed to commit May 15, 2024 17:59 Inactive
@github-actions
github-actions Bot temporarily deployed to pull request May 15, 2024 17:59 Inactive
@github-actions
github-actions Bot temporarily deployed to pull request May 15, 2024 18:59 Inactive
@github-actions
github-actions Bot temporarily deployed to commit May 15, 2024 18:59 Inactive
@github-actions
github-actions Bot temporarily deployed to commit May 15, 2024 19:13 Inactive
@github-actions
github-actions Bot temporarily deployed to pull request May 15, 2024 19:13 Inactive
@github-actions
github-actions Bot temporarily deployed to commit May 15, 2024 19:19 Inactive
@github-actions
github-actions Bot temporarily deployed to pull request May 15, 2024 19:19 Inactive
@NULLx76
NULLx76 merged commit 137f388 into main May 15, 2024
@NULLx76
NULLx76 deleted the swap_enqueue_push branch May 15, 2024 19:22
NULLx76 added a commit that referenced this pull request Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants