hxt-cache-9.0.0: Cache for HXT XML Documents and other binary data
Source code
Contents
Index
Control.Concurrent.ResourceTable
Documentation
type
ResourceTable
a =
MVar
(
Map
a
ResourceLock
)
Source
type
ResourceLock
= (
MVar
()
,
Int
)
Source
requestResource
::
Ord
a =>
ResourceTable
a -> a ->
IO
()
Source
releaseResource
::
Ord
a =>
ResourceTable
a -> a ->
IO
()
Source
newResourceTable
::
IO
(
ResourceTable
a)
Source
Produced by
Haddock
version 2.6.1