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

Implement Update method #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Implement Update method #134

wants to merge 1 commit into from

Commits on Apr 13, 2023

  1. Implement Update method

    The update method allows atomically mutating a value in the map.
    If the key does not exist, the zero value for the value type is mutated
    and saved.
    tbrisker committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3aa371a View commit details
    Browse the repository at this point in the history