https://github.com/gvolpe/stm-demo
Bank transfer examples using STM in both Haskell and Scala (zio-stm)
https://github.com/gvolpe/stm-demo
haskell memory scala stm transactions zio
Last synced: 7 months ago
JSON representation
Bank transfer examples using STM in both Haskell and Scala (zio-stm)
- Host: GitHub
- URL: https://github.com/gvolpe/stm-demo
- Owner: gvolpe
- License: bsd-3-clause
- Created: 2019-03-19T00:07:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T15:39:29.000Z (almost 6 years ago)
- Last Synced: 2025-03-17T18:13:07.371Z (7 months ago)
- Topics: haskell, memory, scala, stm, transactions, zio
- Language: Scala
- Homepage:
- Size: 10.7 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stm-demo
STM transfer examples in Haskell and Scala using `stm` and `zio-stm`, respectively.
Source of the examples: https://www.schoolofhaskell.com/school/advanced-haskell/beautiful-concurrency/3-software-transactional-memory