package sihl

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

Module Sihl_queue_core.Sig

module Repository = Sihl_repository
module Core = Sihl_core
module Utils = Sihl_utils
module Job : sig ... end
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.