package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val stop : t -> Sihl__.Core_ctx.t -> unit Lwt.t
val start : t -> Sihl__.Core_ctx.t -> Sihl__.Core_ctx.t Lwt.t
val dependencies : t -> t list
val module_name : t -> string
val make : string -> ?dependencies:t list -> (Sihl__.Core_ctx.t -> Sihl__.Core_ctx.t Lwt.t) -> (Sihl__.Core_ctx.t -> unit Lwt.t) -> t