Name : scala-stm
| |
Version : 0.11.1
| Vendor : obs://build_opensuse_org/home:yeey
|
Release : 1.1
| Date : 2024-09-24 15:02:33
|
Group : Development/Libraries/Java
| Source RPM : scala-stm-0.11.1-1.1.src.rpm
|
Size : 0.58 MB
| |
Packager : (none)
| |
Summary : Software Transactional Memory for Scala
|
Description :
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/yeey:/OpenWebUI/openSUSE_Tumbleweed/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
mvn(org.scala-stm:scala-stm_2.13)
mvn(org.scala-stm:scala-stm_2.13:pom:)
scala-stm
Requires :