Module Resource_cache.Resource
include Resource_cache__.Resource_intf.Resource
module type S = Resource_cache__.Resource_intf.S
module type S_wrapped = Resource_cache__.Resource_intf.S_wrapped
module type Simple = Resource_cache__.Resource_intf.Simple
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.