An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# lifted-threads [![Hackage version](https://img.shields.io/hackage/v/lifted-threads.svg?label=Hackage)](https://hackage.haskell.org/package/lifted-threads) [![Build Status](https://secure.travis-ci.org/scrive/lifted-threads.svg?branch=master)](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`.