uni-events-2.2.1.0: Event handling for the uniform workbench

Events.Synchronized

Documentation

class Synchronized a whereSource

Methods

synchronize :: a -> IO b -> IO bSource

acquire lock on a, and while we've got it do this action.