Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qnikst/iochan-conduit
- Owner: qnikst
- License: bsd-3-clause
- Created: 2012-07-14T08:09:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-19T12:57:12.000Z (over 12 years ago)
- Last Synced: 2024-10-09T15:55:10.575Z (28 days ago)
- Language: Haskell
- Size: 113 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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