Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Sihl_contract.QueueSourcetype 'a t = {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) Result.t Lwt.t;max_tries : int;retry_delay : Sihl_core.Time.duration;}