Documentation
class Synchronized a whereSource
synchronize :: a -> IO b -> IO bSource
acquire lock on a, and while we've got it do this action.
class Synchronized a whereSource
synchronize :: a -> IO b -> IO bSource
acquire lock on a, and while we've got it do this action.