package sihl

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

Module Queue.ServiceSource

Sourcemodule Job : sig ... end

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

Sourcemodule WorkableJob : sig ... end

A workable job can process a job instance that is persisted. We can not store the job directly because of the polymorphic type ('a Job.t).

Sourcemodule 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 Sig : sig ... end
Sourceval registered_jobs : WorkableJob.t Base.list Base.ref
Sourcemodule Repo : sig ... end
OCaml

Innovation. Community. Security.