Software Transactional Memory for Scala
http://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.
- Developed at Java:packages
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/scala-stm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000186 186 Bytes | |
_service | 0000000725 725 Bytes | |
scala-stm-0.11.1.tar.xz | 0000177072 173 KB | |
scala-stm.changes | 0000001510 1.47 KB | |
scala-stm.spec | 0000003421 3.34 KB | |
scala-stm_2.13-0.11.1.pom | 0000002426 2.37 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1203020
from
Fridrich Strba (fstrba)
(revision 5)
Use SOURCE_DATE_EPOCH for reproducible jar mtime
Comments 0