package sihl-core

  1. Overview
  2. Docs
type t
type start = unit -> unit Lwt.t
type stop = unit -> unit Lwt.t
val name : t -> string
val create : ?dependencies:(unit -> t list) -> string -> start:start -> stop:stop -> t