Module Uwt.C_worker

module C_worker: sig .. end

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