This section includes a series of small examples built in the form of labs that you can read and work through to learn about reactor and how to use it.
List of labs:
You can build all the examples by running:
reactor/examples λ esy dune build @allAnd you can run individual examples by running:
reactor/examples λ esy dune exec ./01_spawning_processes/main.exeAll examples include a main.re file.