UserCancel

case class UserCancel(info: Any) extends CancelCause

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.

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.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product