Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Documentation
class Synchronized a where Source #
synchronize :: a -> IO b -> IO b Source #
acquire lock on a, and while we've got it do this action.
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
class Synchronized a where Source #
synchronize :: a -> IO b -> IO b Source #
acquire lock on a, and while we've got it do this action.