chickadee » timed-resource » call-with-timed-resource

call-with-timed-resource TIMED-RESOURCE ACTIONprocedure

Returns the result of invoking ACTION with the resource covered by the TIMED-RESOURCE. The acquired resource will not be released during the extent of the call-with-timed-resource invocation.

ACTION
(<(timed-resource-open) cached> -> *) ; protected use of resource.