Module Sihl.CleanerSource

include module type of struct include Sihl_core.Cleaner end
Sourceval registered_cleaners : (unit -> unit Lwt.t) list ref
Sourceval register_cleaner : (unit -> unit Lwt.t) -> unit
Sourceval register_cleaners : (unit -> unit Lwt.t) list -> unit
Sourceval clean_all : unit -> unit Lwt.t
Sourceval start : unit -> unit Lwt.t
Sourceval stop : unit -> unit Lwt.t
Sourceval register : (unit -> unit Lwt.t) list -> Sihl_core.Container.Service.t
Sourcemodule Setup : sig ... end