package archi-async
-
archi-async
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type (!_, !_, !_) components =
| [] : ('ctx, 'ty, 'ty) components
| :: : (string * ('ctx0, 'a) Component.t)
* ('ctx0, 'b, 'ty0) components -> ('ctx0, 'a -> 'b, 'ty0) components
val make : ('ctx, 'args, unit) components -> ('ctx, unit, [ `stopped ]) t
val make_reusable :
lift:'args ->
('ctx, 'args, 'ty) components ->
('ctx, 'ty, [ `stopped ]) t
val get : ('ctx, 'ty, [ `started ]) t -> 'ty