Software Transactional Memory for Scala
https://nbronson.github.io/scala-stm/
ScalaSTM is a lightweight software transactional memory
for Scala, inspired by the STMs in Haskell and Clojure.
ScalaSTM provides a mutable cell called a Ref. If you
build a shared data structure using immutable objects and
Ref-s, then you can access it from multiple threads or
actors. No synchronized, no deadlocks or race conditions,
and good scalability. Included are concurrent sets and
maps, and we also have an easier and safer replacement
for wait and notifyAll.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Java:packages:attic/scala-stm && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _constraints | 0000000186 186 Bytes | |
| release-0.7.tar.gz | 0000305522 298 KB | |
| scala-stm.changes | 0000000547 547 Bytes | |
| scala-stm.spec | 0000003023 2.95 KB | |
| scala-stm_2.10-0.7.pom | 0000001422 1.39 KB |
Comments 0