(**************************************************************************) (* *) (* Copyright (c) 2014 - 2016. *) (* Dynamic Ledger Solutions, Inc. *) (* *) (* All rights reserved. No warranty, explicit or implicit, provided. *) (* *) (**************************************************************************) type t val create : ('msg, 'meta) P2p_connection_pool.pool -> t val restart : t -> unit val shutdown : t -> unit Lwt.t