Home

Awesome

Lwt to Eio tutorial

This tutorial covers how to convert an OCaml 4 program using Lwt for concurrency to use OCaml 5 and Eio.

  1. Prerequisites -- things to install before starting
  2. Eio introduction and Lwt comparison
  3. Porting from Lwt to Eio
  4. Using multiple cores