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