-
Notifications
You must be signed in to change notification settings - Fork 0
Provides a single global lock for Haskell code, implemented without unsafePerformIO
License
kmcallister/global-lock
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
global-lock provides a single global lock for Haskell code, implemented without unsafePerformIO. You can use this, for example, to protect a thread-unsafe C library. global-lock is usable as-is, or as a template for including a similar lock in your own Haskell project. Documentation is hosted at http://hackage.haskell.org/package/global-lock To build the documentation yourself, run $ cabal configure && cabal haddock --hyperlink-source This will produce HTML documentation under dist/doc/html/global-lock
About
Provides a single global lock for Haskell code, implemented without unsafePerformIO
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published