Module Container.LifecycleSource

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