forked from scala-stm/scala-stm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Changes between 0.4 and 0.5: * Added scala.concurrent.stm.japi.STM, which makes it much cleaner to access ScalaSTM functionality from Java.
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ScalaSTM is a lightweight software transactional memory for Scala, | ||
inspired by the STMs in Haskell and Clojure. | ||
|
||
The current release is 0.4. The current published snapshot | ||
is 0.5-SNAPSHOT. For download info and documentation see | ||
The current release is 0.5. The current published snapshot | ||
is 0.6-SNAPSHOT. For download info and documentation see | ||
http://nbronson.github.com/scala-stm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters