blob: 13047bf0cad11961c732c969d9bf21d84208e21f (
plain) (
blame)
1
2
3
4
5
6
|
Conduits are an approach to the streaming data problem. It is meant as
an alternative to enumerators/iterators, hoping to address the same
issues with different trade-offs based on real-world experience with
enumerators.
WWW: http://github.com/snoyberg/conduit
|