Skip to content

Conversation

@fynnss
Copy link

@fynnss fynnss commented Nov 20, 2023

This PR implements the LoadOrSet API like sync.Map.LoadOrStore semantic.

LoadOrStore returns the existing value for the key if present. Otherwise, it stores and returns the given value. The loaded result is true if the value was loaded, false if stored.

For more detail information. See #5

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