package current

  1. Overview
  2. Docs

Parameters

module P : S.PUBLISHER

Signature

val set : ?schedule:Schedule.t -> P.t -> P.Key.t -> P.Value.t -> P.Outcome.t Current.Input.t

set p k v is a term for the result of setting k to v.

val reset : unit -> unit

reset () clears the cache. Useful for unit-tests.