package ocsipersist-lib

  1. Overview
  2. Docs

Parameters

module Store : Sigs.STORE

Signature

val store : Store.store Lwt.t lazy_t
type 'a t =
  1. | Ref of 'a Stdlib.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.