streamly/examples
Harendra Kumar 3d920ef3f8 rename AsyncT to AParallelT
Also rename asyncly to aparallely and runAsyncT to runAParallelT

The name Async is confusing and does not convey the right meaning. The 'A' in
AParallelT stands for 'Adaptive' and 'Parallel' indicates that this is a
variant of Parallel.

Another choice for the name was 'MParallelT' where 'M' stands for 'maybe', it
is maybe parallel since it may or may not start parallel threads depending on
demand but Adaptive fits better as it adapts to the demand.
2018-04-17 18:03:27 +05:30
..
loops.hs rename AsyncT to AParallelT 2018-04-17 18:03:27 +05:30
nested-loops.hs rename AsyncT to AParallelT 2018-04-17 18:03:27 +05:30
parallel-loops.hs rename AsyncT to AParallelT 2018-04-17 18:03:27 +05:30
README.md Add note about the canonical examples 2017-11-21 02:50:15 +05:30

For better examples see the Streamly.Examples module.

You can run these examples using stack like this:

$ stack build
$ stack loop.hs