Registry / utility / scala-stm-2-10

scala-stm-2-10

JSON →
library0.7javamavenunverified

Software transactional memory library for Scala, providing composable atomic operations.

<dependency> <groupId>org.scala-stm</groupId> <artifactId>scala-stm_2.10</artifactId> <version>0.7</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-STM-2-10
S
scala-stm-2-10
utilityjavav0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ref
scala.concurrent.stm.Ref

Use transactional memory with Ref.

import scala.concurrent.stm._ val x = Ref(0) atomic { implicit txn => x() = x() + 1 }
Debug
Known issues
breakingScala 2.10 only; not compatible with Scala 2.11+.
fix
Use scala-stm version for your Scala version.
affects: 0.7
Upgrade
Version history
0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
scala-stm-2-10 — mvn dependency:get scala-stm-2-10 · libregistry