package ocsipersist-pgsql

  1. Overview
  2. Docs

Module Ocsipersist.RefSource

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

Innovation. Community. Security.