package affect
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha512=b328f6696e60c489da8cc2e8fad0537ca6634a39fc0c5de5840d4f98561f110617ef79ba8285ee8427dd99908c6b3d39114973598cddc5ded91abcce3b91b9a6
Description
Affect is a streamlined and natural concurrency model for OCaml.
It provides parallel asynchronous functions and first-class synchronous actions to orchestrate them. The resulting concurrency model has structured cooperative concurrency, structured cancellation and structured effect handling.
Affect is distributed under the ISC license. The base library has no
dependencies. It optionally depends on the cmdliner library and
the OCaml unix library.
Homepage: https://erratique.ch/software/affect/
README
Affect — Streamlined and natural concurrency model for OCaml
Affect is a streamlined and natural concurrency model for OCaml.
It provides parallel asynchronous functions and first-class synchronous actions to orchestrate them. The resulting concurrency model has structured cooperative concurrency, structured cancellation and structured effect handling.
Affect is distributed under the ISC license. The base library has no dependencies. It optionally depends on the cmdliner library and the OCaml unix library.
Homepage: https://erratique.ch/software/affect/
Installation
Affect can be installed with opam:
opam install affectIf you don't use opam consult the opam file for build instructions.
Documentation
The documentation can be consulted online or via odig doc affect.
Questions are welcome but better asked on the OCaml forum than on the issue tracker.
Examples
A few examples can be found in the test directory.
Acknowledgements
A grant from the OCaml Software Foundation helped to bring the first public release of affect.
Dependencies (4)
-
topkg
build & >= "1.1.0" -
ocamlbuild
build -
ocamlfind
build -
ocaml
>= "5.5.0"
Dev Dependencies
None
Used by
None
Conflicts (1)
-
cmdliner
< "2.0.0"