High performance, concurrent functional programming abstractions
Go to file
2017-08-31 02:09:53 +05:30
benchmark Gain some perf by moving code out of fast path 2017-08-30 03:10:53 +05:30
examples implement fair interleaving of parallel tasks 2017-08-30 14:58:28 +05:30
src implement fair interleaving of parallel tasks 2017-08-30 14:58:28 +05:30
test Fix type signatures in tests 2017-08-31 02:09:53 +05:30
.travis.yml Add travis, appveyor ci files 2017-08-30 15:16:14 +05:30
appveyor.yml Add travis, appveyor ci files 2017-08-30 15:16:14 +05:30
asyncly.cabal Add travis, appveyor ci files 2017-08-30 15:16:14 +05:30
LICENSE Initial commit 2017-06-07 21:02:27 +05:30
README.md Initial commit 2017-06-07 21:02:27 +05:30
stack.yaml Simplify push-pull split, fix monoid instance 2017-08-18 07:12:29 +05:30

This is an experimental package derived from the transient package by Alberto G. Corona.