https://github.com/scrive/lifted-threads
lifted IO operations from the threads library
https://github.com/scrive/lifted-threads
Last synced: about 1 year ago
JSON representation
lifted IO operations from the threads library
- Host: GitHub
- URL: https://github.com/scrive/lifted-threads
- Owner: scrive
- License: bsd-3-clause
- Created: 2015-04-02T13:09:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T09:20:50.000Z (over 7 years ago)
- Last Synced: 2025-05-18T13:17:50.971Z (about 1 year ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/lifted-threads
- Size: 9.77 KB
- Stars: 2
- Watchers: 44
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lifted-threads [](https://hackage.haskell.org/package/lifted-threads) [](http://travis-ci.org/scrive/lifted-threads)
Lifted IO operations from the threads library.
`lifted-threads` exports IO operations from the base library lifted to
any instance of `MonadBase` or `MonadBaseControl`.