package sihl

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