package lwt

  1. Overview
  2. Docs
module type Job = sig ... end
module Make (Job : Job) : sig ... end