Skip to content
This repository was archived by the owner on Dec 22, 2019. It is now read-only.

Latest commit

 

History

History

README.md

🚀 reactor examples 👨‍🏫

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:

  1. Spawning Processes
  2. Basic Message Passing

Running Examples

You can build all the examples by running:

reactor/examples λ esy dune build @all

And you can run individual examples by running:

reactor/examples λ esy dune exec ./01_spawning_processes/main.exe

All examples include a main.re file.