Module P2p_vicinity_lwt

VICINITY with Lwt

High-level library implementing the VICINITY protocol using Lwt.

module Make : functor (Node_id : P2p.S.NODE_ID) -> functor (Node : P2p.S.NODE with type nid := Node_id.t) -> functor (View : P2p.S.VIEW with type nid := Node_id.t and type node := Node.t) -> functor (Vicinity : P2p.S.GOSSIP with type node := Node.t and type view := View.t) -> functor (Io : S.VICINITY_IO with type nid := Node_id.t and type node := Node.t and type view := View.t) -> S.VICINITY with type nid := Node_id.t and type node := Node.t and type view := View.t and type io := Io.t

Functor building an implementation of Vicinity with Lwt given a Node_id, Node, gossip View, Vicinity implementation, and an Io event handler module.

module S : sig ... end

Signatures