package ringo-lwt

  1. Overview
  2. Docs
module Make (C : Ringo.CACHE_MAP) : Sigs.CACHE_MAP with type key = C.key

A Mutable structure akin to a Ringo.CACHE_MAP but with Lwt-aware functions. E.g., consider the following use of a Ringo.CACHE_MAP:

This is similar to CACHE_MAP except that it handles option. Specifically, you can insert 'a option Lwt.t and the map will clean itself automatically if the promise resolves to None.

This is similar to CACHE_MAP except that it handles result. Specifically, you can insert ('a, 'b) result Lwt.t and the map will clean itself automatically if the promise resolves to Error _.

OCaml

Innovation. Community. Security.