An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![build and test](https://github.com/pragmatrix/Mom/actions/workflows/mom.yml/badge.svg)](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.