InTxnEnd

trait InTxnEnd extends MaybeTxn

The presence of an implicit InTxnEnd instance inside a transaction life-cycle handler grants permission to call methods in object Txn that locate nesting levels or register additional handlers. This functionality is separated from that granted by InTxn because Ref operations are not allowed from handlers after commit has begun.

The presence of an implicit InTxnEnd instance inside a transaction life-cycle handler grants permission to call methods in object Txn that locate nesting levels or register additional handlers. This functionality is separated from that granted by InTxn because Ref operations are not allowed from handlers after commit has begun.

Authors

Nathan Bronson

trait MaybeTxn
class Object
trait Matchable
class Any
trait InTxn
class StubInTxn