package resource_cache

  1. Overview
  2. Docs
General resource cache

Install

Dune Dependency

Authors

Maintainers

Sources

resource_cache-v0.16.0.tar.gz
sha256=716f58355b7e1af5dc0ec7172ea8a612538dab968c9fb49daaad34826b6f5bbf

doc/resource_cache/Resource_cache/Resource/index.html

Module Resource_cache.ResourceSource

Sourcemodule type S = sig ... end
Sourcemodule type S_wrapped = sig ... end
Sourcemodule type Simple = sig ... end
Sourcemodule Make_simple (R : Simple) : S_wrapped with module Key = R.Key and module Common_args = R.Common_args and type resource = R.t

Wrap a resource that does not natively support a has_close_started operation in a simple record to add such tracking.

OCaml

Innovation. Community. Security.