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.
- Links to home:fstrba:maven / scala-stm
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:fstrba:maven:test/scala-stm && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000701 701 Bytes |
Comments 0