diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
Transaction.this
diamond
data
transaction
Transaction
Creates a new transactional data manager.
this
()
class
Transaction
(T)
final
this
(
)
if
(
is
(
T
== struct) ||
isScalarType
!
T
)
this
(void delegate(Snapshot!T) onCommit, void delegate(Snapshot!T) onSuccess, bool delegate(Snapshot!T, Throwable, size_t) onFailure)
Meta
Source
See Implementation
diamond
data
transaction
Transaction
constructors
this
functions
opCall
properties
commit
failure
success
Creates a new transactional data manager.