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

added get_or_insert_with function #718

Merged
merged 6 commits into from Jul 22, 2021
Merged

added get_or_insert_with function #718

merged 6 commits into from Jul 22, 2021

Commits on Jul 13, 2021

  1. Copy the full SHA
    cd30abe View commit details
    Browse the repository at this point in the history
  2. updated for rustfmt ci

    snow01 committed Jul 13, 2021
    Copy the full SHA
    5073b54 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Copy the full SHA
    134721a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Update test for closure with panic call.

    As suggested by taiki-e
    
    Co-authored-by: Taiki Endo <te316e89@gmail.com>
    snow01 and taiki-e committed Jul 22, 2021
    Copy the full SHA
    36152dc View commit details
    Browse the repository at this point in the history
  2. 1) Added note for potentially undesired behaviour closure may have, i…

    …n case another thread writes before.
    
    2) Added test case for the same.
    snow01 committed Jul 22, 2021
    Copy the full SHA
    2027c1b View commit details
    Browse the repository at this point in the history
  3. 1) Added get_or_insert_with method for SkipMap too

    2) Added corresponding test case for SkipMap
    snow01 committed Jul 22, 2021
    Copy the full SHA
    403e899 View commit details
    Browse the repository at this point in the history