https://github.com/mbj/variable
Ruby concurrency variables MVar and IVar
https://github.com/mbj/variable
concurrency ruby
Last synced: about 1 year ago
JSON representation
Ruby concurrency variables MVar and IVar
- Host: GitHub
- URL: https://github.com/mbj/variable
- Owner: mbj
- License: mit
- Created: 2020-04-20T23:51:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T12:19:17.000Z (about 6 years ago)
- Last Synced: 2025-04-16T03:14:25.268Z (about 1 year ago)
- Topics: concurrency, ruby
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# variable
Ruby concurrency variables inspired by Haskells IVar and MVar.