package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type start = unit -> unit Lwt.t
type stop = unit -> unit Lwt.t
val name : t -> string
val create : ?dependencies:t list -> string -> start:start -> stop:stop -> t