Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace uses unsafe with atomic with the generic atomic.Pointer #4226

Merged
merged 2 commits into from
Jun 20, 2023

Commits on Jun 17, 2023

  1. Replace uses unsafe with atomic with the generic atomic.Pointer

    Line numbers debug symbols aside this code will produce the exact same machine code.
    It removes a non needed use of unsafe and replace it with compile time type checked
    generics.
    Will help keep code cleaner in case any of this ever gets refactored in the future.
    Jorropo committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    cc69a09 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    cfc1bf1 View commit details
    Browse the repository at this point in the history