Module Container.LifecycleSource

Sourcetype t
Sourceval stop : t -> Core__.Core_ctx.t -> unit Lwt.t
Sourceval start : t -> Core__.Core_ctx.t -> Core__.Core_ctx.t Lwt.t
Sourceval dependencies : t -> t list
Sourceval module_name : t -> string
Sourceval make : string -> ?dependencies:t list -> (Core__.Core_ctx.t -> Core__.Core_ctx.t Lwt.t) -> (Core__.Core_ctx.t -> unit Lwt.t) -> t