scala.concurrent.stm.Txn
The Status for the nesting levels of a transaction that has decided to commit, but whose Ref writes are not yet visible to other threads.
Status
Ref
True for Committed and RolledBack.
Committed
RolledBack
True for Committing, Committed and RolledBack.
Committing
The
Status
for the nesting levels of a transaction that has decided to commit, but whoseRef
writes are not yet visible to other threads.