package anycache

  1. Overview
  2. Docs

Module PendingLimit.MakeSource

Parameters

module M : sig ... end

Signature

Sourcetype 'a t
Sourceval create : unit -> 'a t
Sourceval bind : 'a t -> Key.t -> (Key.t -> 'a M.t) -> 'a M.t