streamly/test
Harendra Kumar cf87d1132e implement maxYields to put a limit on total yields of a stream
maxYields is used to limit the concurrent executions of a stream when
it it is immediately followed by a "take" limiting the size of the stream.

Also fix the maxBuffer implementation of aheadly.
2018-07-02 08:46:57 +05:30
..
loops.hs rename "once" to "yieldM" 2018-06-23 06:50:59 +05:30
Main.hs implement maxYields to put a limit on total yields of a stream 2018-07-02 08:46:57 +05:30
nested-loops.hs rename "once" to "yieldM" 2018-06-23 06:50:59 +05:30
parallel-loops.hs rename "once" to "yieldM" 2018-06-23 06:50:59 +05:30
Prop.hs reduce the number of prop tests to enable coverage 2018-07-02 00:49:28 +05:30