package resource_cache

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module type S_wrapped = sig ... end
module type Simple = sig ... end
module 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.