package uwt

  1. Overview
  2. Docs
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