Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qnikst/iochan-conduit

IO concurrent promitives for conduit
https://github.com/qnikst/iochan-conduit

Last synced: 17 days ago
JSON representation

IO concurrent promitives for conduit

Awesome Lists containing this project

README

        

Library for making conduit message passing via
Control.Concurrent primitives, it can be faster than
using STM in some cases, but do not allow all functionality
that STM chans has.

3 basic primitives will be provided:

* simple Chan as InfiniteChan
* wrapper over Chan as EndedChan
* bounded Chan as BChan