package ocsipersist-dbm

  1. Overview
  2. Docs
val store : Store.store Lwt.t lazy_t
type !'a t = 'a Ocsipersist_lib.Ref(Store).t =
  1. | Ref of 'a ref
  2. | Per of 'a Store.t Lwt.t
val ref : ?persistent:string -> 'a -> 'a t
val get : 'a t -> 'a Lwt.t
val set : 'a t -> 'a -> unit Lwt.t
OCaml

Innovation. Community. Security.