package qcow
-
qcow
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A lock which permits multiple concurrent threads to acquire it for reading but demands exclusivity for writing
val make : unit -> t
Create a RW lock
with_read_lock t f
executes f ()
with the lock held for reading