package sihl-core

  1. Overview
  2. Docs

Module Container.LifecycleSource

Sourcetype t
Sourcetype start = unit -> unit Lwt.t
Sourcetype stop = unit -> unit Lwt.t
Sourceval name : t -> string
Sourceval create : ?dependencies:t list -> string -> start:start -> stop:stop -> t