package sihl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Queue.Sig

module Job : sig ... end

This is the description of a job. A job dispatch is a job description and some arguments/input.

module JobInstance : sig ... end

This is the actual job instance that is derived from the job description 'a Job.t and some input. This needs to be serialized and persisted for persistent job queues.

module type REPO = sig ... end
module type SERVICE = sig ... end
OCaml

Innovation. Community. Security.