package ocsipersist-lib

  1. Overview
  2. Docs

Module Ocsipersist_lib.RefSource

Parameters

module Store : Sigs.STORE

Signature

Sourceval store : Store.store Lwt.t lazy_t
Sourcetype 'a 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