Method ExecuteAtomicAsync<T>(Func<Task<T>>)

Assembly: redb.Core.dll

Execute multiple operations atomically and return result.
If no transaction is active, creates one automatically.

Task<T> ExecuteAtomicAsync<T>(Func<Task<T>> operations)