Overview of Lev OCaml bindings
masterLev provides OCaml bindings to libev, a minimal and portable event loop library. The repository is split into two distinct packages depending on your concurrency needs:
lev: Low-level, minimal, and low-overhead bindings. The API is callback-based, meaning you must provide your own concurrency model (BYOC).lev-fiber: A higher-level API built on top oflev. It utilizes Dune'sfiberlibrary to provide structured concurrency.