(**************************************************************************) (* *) (* Copyright (c) 2014 - 2016. *) (* Dynamic Ledger Solutions, Inc. *) (* *) (* All rights reserved. No warranty, explicit or implicit, provided. *) (* *) (**************************************************************************) type worker val create_worker: Tezos_p2p.net -> State.t -> worker val shutdown: worker -> unit Lwt.t