package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val let* : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
module Job : sig ... end
module WorkableJob : sig ... end
module JobInstance : sig ... end
val registered_jobs : WorkableJob.t Base.list Base.ref
val stop_schedule : (Base.unit -> Base.unit) Base.option Base.ref
module MakePolling (Log : sig ... end) (ScheduleService : Schedule.Sig.SERVICE) (Repo : sig ... end) : sig ... end
module Repo : sig ... end