Module Rc_pool.Make

Parameters

module Key : Core_kernel.Hashable.S
module Data : Data_intf with type key := Key.t

Signature

type t
val create : ?growth_allowed:bool -> ?size:int -> unit -> t
val save : t -> Data.t -> unit
val free : t -> Key.t -> unit
val find : t -> Key.t -> Data.t option