Streamlined and natural concurrency model for OCaml
See the codeAffect 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/
Affect can be installed with opam:
opam install affect
If you don't use opam consult the opam file for build
instructions.
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.
A few examples can be found in the test directory.
A grant from the OCaml Software Foundation helped to bring the first
public release of affect.
22 commits
OCaml
98.3%
C
1.7%
Streamlined and natural concurrency model for OCaml
See the codeAffect 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/
Affect can be installed with opam:
opam install affect
If you don't use opam consult the opam file for build
instructions.
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.
A few examples can be found in the test directory.
A grant from the OCaml Software Foundation helped to bring the first
public release of affect.
22 commits
OCaml
98.3%
C
1.7%