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.
- Prerequisites -- things to install before starting
- Eio introduction and Lwt comparison
- Porting from Lwt to Eio
- Using multiple cores