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