https://github.com/lexi-lambda/racket-mvar
An implementation of Haskell’s MVars in Racket
https://github.com/lexi-lambda/racket-mvar
Last synced: 8 months ago
JSON representation
An implementation of Haskell’s MVars in Racket
- Host: GitHub
- URL: https://github.com/lexi-lambda/racket-mvar
- Owner: lexi-lambda
- License: isc
- Created: 2023-11-25T00:34:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T06:48:28.000Z (about 1 year ago)
- Last Synced: 2025-03-28T00:03:44.907Z (9 months ago)
- Language: Racket
- Size: 416 KB
- Stars: 28
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mvar [](https://github.com/lexi-lambda/racket-mvar/actions/workflows/build.yml) [][mvar-doc]
This library provides a Racket implementation of Haskell’s `MVar`s. To use it, install the `mvar` package:
```
$ raco pkg install mvar
```
[For more information, see the documentation.][mvar-doc]
[mvar-doc]: https://lexi-lambda.github.io/racket-mvar/