https://github.com/pragmatrix/mom
MOnadic Machines: F# computation expressions and combinators for deterministic coordination, simulation, and testing of concurrent processes.
https://github.com/pragmatrix/mom
Last synced: 4 months ago
JSON representation
MOnadic Machines: F# computation expressions and combinators for deterministic coordination, simulation, and testing of concurrent processes.
- Host: GitHub
- URL: https://github.com/pragmatrix/mom
- Owner: pragmatrix
- Created: 2015-09-21T13:04:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T11:10:57.000Z (4 months ago)
- Last Synced: 2025-02-24T11:39:01.487Z (4 months ago)
- Language: F#
- Homepage:
- Size: 504 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/pragmatrix/Mom/actions/workflows/mom.yml)
# Mom
F# computation expressions and combinators for deterministic coordination, simulation, and testing of concurrent processes.
## Installation
```
dotnet add package Mom
```## Features
- F# computation expressions
- Deterministic process coordination
- Test support for concurrent processes## License
MIT License. See [LICENSE](LICENSE) file for details.