You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to add a feature that when supported by a store allows atomic swapping of a value, as suggested in #156. This method signature would be something like:
swap(key, old, new) => Boolean
returning true iff the swap happened. The most obvious name for the feature would be :swap.
The text was updated successfully, but these errors were encountered:
This is to add a feature that when supported by a store allows atomic swapping of a value, as suggested in #156. This method signature would be something like:
returning true iff the swap happened. The most obvious name for the feature would be
:swap
.The text was updated successfully, but these errors were encountered: