effects-examples
effects-examples copied to clipboard
Examples to illustrate the use of algebraic effects in Multicore OCaml
The CI fails on MacOS with a time out but passes on Linux: https://travis-ci.org/github/ocaml-multicore/effects-examples/builds/747136847
Add the httpaf-based webserver.
https://github.com/ocaml-multicore/effects-examples/blob/master/aio/aio.ml#L16 defines `Yield` here, but it's not used anywhere in the rest of the scheduler. Was it supposed to be used somewhere or could we remove it? (pointed out by...
Dear effects examples maintainers, thanks for the very nice examples on OCaml effects, they are very helpful! @bhaktishh and I were looking into the `promises.ml` example, however we have noticed...
I installed the 5.0.0 today (29 June 2023) Error 1 Did a make: File "aio/dune", line 3, characters 12-16: 3 | (libraries unix) ^^^^ Error: Library "unix" in /home/doug/.opam/5.0.0/lib/ocaml is...
PR #42 ported the examples in the repository root to use the new (or reintroduced) `effect` syntax in handlers. The examples in directories `aio/`, `callback/`, `multishot`, and `mvar/` are yet...