package sihl-queue
-
sihl-queue
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Sihl.Contract.Queue end
module type Sig = Sihl.Contract.Queue.Sig
val to_sexp : 'a t -> Sexplib0.Sexp.t
val pp : Stdlib.Format.formatter -> 'a t -> unit
val create :
name:string ->
input_to_string:('a -> string option) ->
string_to_input:(string option -> ('a, string) Result.t) ->
handle:('a -> (unit, string) Result.t Lwt.t) ->
?failed:(string -> (unit, string) Lwt_result.t) ->
unit ->
'a t
val log_src : Logs.src
val registered_jobs : Workable_job.t list Stdlib.ref
module Job_instance : sig ... end
module Workable_job : sig ... end
module Make (Repo : sig ... end) : Sihl.Contract.Queue.Sig
module InMemory : sig ... end
module MariaDb : sig ... end
module PostgreSql : sig ... end