Skip to content

Add rust 1.91 AtomicPtr operations#405

Open
RCoder01 wants to merge 2 commits intotokio-rs:masterfrom
RCoder01:master
Open

Add rust 1.91 AtomicPtr operations#405
RCoder01 wants to merge 2 commits intotokio-rs:masterfrom
RCoder01:master

Conversation

@RCoder01
Copy link

Adds fetch_ptr_add, fetch_ptr_sub, fetch_byte_add, fetch_byte_sub, fetch_and, fetch_or, and fetch_xor methods to AtomicPtr, all of which were stabilized in rust 1.91.

@RCoder01
Copy link
Author

RCoder01 commented Feb 24, 2026

Nvm I didn't see the MSRV. Maybe throw this on a pile of future work? Or maybe keep the methods but change their implementations to work with older rust versions?

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.

1 participant