case classUserCancel(info: Any) extends CancelCause with Product with Serializable
A CancelCause provided for users of commit barriers, not used by the
STM itself. This cancel cause does not imply that other members of the
commit barrier didn't (or won't) eventually succeed.
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, CancelCause, AnyRef, Any
A
CancelCause
provided for users of commit barriers, not used by the STM itself. This cancel cause does not imply that other members of the commit barrier didn't (or won't) eventually succeed.