package uwt

  1. Overview
  2. Docs
libuv bindings

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uwt-0.3.3.tar.gz
sha256=9e653a9fc7a13c5435a58780ddf02ff15c8ff92f63f6ff4406b1d312e3060807
md5=549517d3e9bcf5533097e4c83f891e2c

doc/uwt.async/Uwt/C_worker/index.html

Module Uwt.C_worker

type t

You only need this module, if you intend to write C stub code that get's executed in libuv's threadprool.

examples/glob.ml gives an example.

type 'a u
val call : ('a -> 'b u -> t) -> 'a -> 'b Lwt.t