
scala.concurrent.stm.impl.AlternativeResult.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-stm_sjs1_2.13 Show documentation
Show all versions of scala-stm_sjs1_2.13 Show documentation
A library for Software Transactional Memory in Scala
The newest version!
/* scala-stm - (c) 2009-2011, Stanford University, PPL */
package scala.concurrent.stm
package impl
import scala.util.control.ControlThrowable
/** See `PendingAtomicBlock` */
private[stm] case class AlternativeResult(value: Any) extends ControlThrowable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy