
scala.concurrent.stm.TxnUnknown.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-2010, Stanford University, PPL */
package scala.concurrent.stm
/** An object that represents the absence of a statically-bound current
* transaction.
* @see scala.concurrent.stm.MaybeTxn
*
* @author Nathan Bronson
*/
object TxnUnknown extends MaybeTxn
© 2015 - 2025 Weber Informatics LLC | Privacy Policy