package anycache

  1. Overview
  2. Docs

Module Anycache_pendinglimit.MakeSource

Parameters

module M : Anycache.Monad

Signature

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