package libevent

  1. Overview
  2. Docs

Description

libevent provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also supports callbacks due to signals or regular timeouts.

Tags

org:ygrek

Published: 27 Jul 2018

Dependencies (4)

  1. conf-libevent build
  2. base-unix
  3. ocamlfind build
  4. ocaml >= "4.02.0"

Dev Dependencies (2)

  1. ounit with-test
  2. base-bytes with-test

Used by (1)

  1. devkit

Conflicts

None