Deprecated

cio

A monad for concurrent IO on a thread pool

https://github.com/nikita-volkov/cio

Latest on Hackage:0.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed and maintained by Nikita Volkov

Provides a monadic API for efficient concurrency based on a thread pool. The implementation is based on a "parallel-io" library.