package carton

  1. Overview
  2. Docs
type ('uid, 's) light_load = 'uid -> (Carton.kind * int, 's) Carton.io
type ('uid, 's) heavy_load = 'uid -> (Carton.Dec.v, 's) Carton.io
type optint = Optint.t
module Make (Scheduler : Carton.SCHEDULER) (IO : Carton.IO with type 'a t = 'a Scheduler.s) (Uid : Carton.UID) : sig ... end