Module P2p_peer.Error_tableSource
val create : int -> ('a, 'trace) tval clear : ('a, 'trace) t -> unitval reset : ('a, 'trace) t -> unitval remove : ('a, 'trace) t -> key -> unitval mem : ('a, 'trace) t -> key -> boolval fold_keys : (key -> 'b -> 'b) -> ('a, 'trace) t -> 'b -> 'bval fold_promises :
(key -> ('a, 'trace) result Lwt.t -> 'b -> 'b) ->
('a, 'trace) t ->
'b ->
'bval fold_resolved : (key -> 'a -> 'b -> 'b) -> ('a, 'trace) t -> 'b -> 'bval length : ('a, 'trace) t -> int