module C_worker: sig .. end
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.
examples/glob.ml
type 'a u
'a
val call : ('a -> 'b u -> t) -> 'a -> 'b Lwt.t
('a -> 'b u -> t) -> 'a -> 'b Lwt.t