ppx_lwt
cooperative light-weight thread library for OCaml
Install
- All systems
-
curl cmd.cat/ppx_lwt.sh
- Debian
-
apt-get install liblwt-ocaml-dev
- Ubuntu
-
apt-get install liblwt-ocaml-dev
- 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
- Dockerfile
- dockerfile.run/ppx_lwt
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.