packages feed

uni-events-2.2.0.0: Events/Synchronized.hs

module Events.Synchronized (

  Synchronized(..)

) where

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