package sihl

  1. Overview
  2. Docs
include module type of struct include Sihl_core.Cleaner end
val registered_cleaners : (unit -> unit Lwt.t) list Stdlib.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 register : (unit -> unit Lwt.t) list -> Sihl_core.Container.Service.t
module Setup : sig ... end