lwt-toplevel

cooperative light-weight thread library for OCaml

Install

All systems
curl cmd.cat/lwt-toplevel.sh
Debian Debian
apt-get install liblwt-ocaml-dev
Ubuntu
apt-get install liblwt-ocaml-dev
image/svg+xml Kali Linux
apt-get install liblwt-ocaml-dev
Windows (WSL2)
sudo apt-get update sudo apt-get install liblwt-ocaml-dev
Raspbian
apt-get install liblwt-ocaml-dev

liblwt-ocaml-dev

cooperative light-weight thread library for OCaml

Lwt is a library of cooperative threads implemented in monadic style. With respect to preemptive threads, cooperative threads are not using a scheduler to distribute processor time between threads. Instead of this, each thread must tell the others that he wants to let them work. This package contains all the development stuff you need to use the core Lwt OCaml library in your programs.