ocaml-effects-tutorial
ocaml-effects-tutorial copied to clipboard
Concurrent Programming with Effect Handlers
Following the steps described in the tutorial yields the following output: ``` (gdb) break caml_resume Breakpoint 1 at 0x911f4 (gdb) break caml_perform Breakpoint 2 at 0x91140 (gdb) r Starting program:...
in the section 1.2. Basics > The parameter k, is the delimited continuation between the point of performing the effect and the effect handler. The delimited continuation is like a...
It'd be nice to run the code snippets in the README file with [mdx](https://github.com/realworldocaml/mdx).
See https://github.com/ocaml/ocaml/pull/12309 and https://github.com/ocaml-multicore/effects-examples/pull/42.