Module Resource_cache.Resource

include Resource_cache__.Resource_intf.Resource
module Make_simple : functor (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.