Skip to content

Migrate from AtomicUsize::compare_and_swap to AtomicUsize::compare_exchange #71

Open
@yoshuawuyts

Description

@yoshuawuyts

Right now we have a warning in the codebase about the deprecated compare_and_swap call. We should migrate this to the newer compare_exchange call. I've turned off warnings == errors in #69

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions