Transaction.commit

Sets the delegate called when comitting.

class Transaction(T)
final @property
void
commit
(
void delegate
(
Snapshot!T
)
onCommit
)
if (
is(T == struct) ||
isScalarType!T
)

Meta