AtomicAsyncDsl
Value members
Concrete methods
Performs an async modification on a store value.
Performs an async modification on a store value.
This only modifies an existing value. Use modifyAsyncOption() to upsert and/or delete values.
This uses compareAndSet() for atomicity and thread-safety.
- Returns:
If the value exists, this returns the previous and updated values
Performs an async modification on a store value.
Performs an async modification on a store value.
This only modifies an existing value. Use modifyAsyncOption() to upsert and/or delete values.
This uses compareAndSet() for atomicity and thread-safety.
- Returns:
If the value exists, this returns the previous and updated values
Performs an async modification on an optional store value.
Performs an async modification on an optional store value.
This uses compareAndSet() for atomicity and thread-safety.
- Returns:
The previous and updated values
Performs an async modification on an optional store value.
Performs an async modification on an optional store value.
This uses compareAndSet() for atomicity and thread-safety.
- Returns:
The previous and updated values