package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Core.Container.SERVICE
val lifecycle : Sihl__.Core_container.Lifecycle.t
val register_cleaner : 'a -> (Core.Ctx.t -> (unit, string) Result.t Lwt.t) -> (unit, 'b) Stdlib.result Lwt.t
val register_cleaners : 'a -> (Core.Ctx.t -> (unit, string) Result.t Lwt.t) list -> (unit, 'b) Stdlib.result Lwt.t
val clean_all : Sihl__.Core_ctx.t -> (unit, string) Lwt_result.t