Module Manager.Target

type t = target
val to_string : t -> string
val create : ?recv_open:(comm -> Yojson.Safe.t -> unit) -> ?recv_msg:(comm -> Yojson.Safe.t -> unit) -> ?recv_close:(comm -> Yojson.Safe.t -> unit) -> string -> t
val close : t -> unit