multiverse - A software transactional memory implementation for the JVM
Website: | http://multiverse.codehaus.org |
---|---|
License: | ASL 2.0 |
Vendor: | Fedora Project |
- Description:
A software transactional memory implementation for the JVM. Access (read and writes) to shared memory is done through transactional references, that can be compared to the AtomicReferences of Java. Access to these references will be done under A (atomicity), C (consistency), I (isolation) semantics.
Packages
multiverse-0.7.0-3.fc22.noarch [227 KiB] |
Changelog
by Michael Simacek (2015-01-23):
- Disable tests - they are nondeterministic |