purescript-contrib / purescript-coroutines

Computations which can suspend their execution and return control to their invoker
MIT License
38 stars 11 forks source link

Use parallel-2.0 #16

Closed paf31 closed 7 years ago

paf31 commented 7 years ago

Waiting on parallel to be released, and tests still need to be updated, once aff is ready.

garyb commented 7 years ago

This is just waiting on an Aff release now so we can use a real version for the devDependency.

I made travis compile but not run the test, since we don't have infinite time to check whether the infinite streams are infinite.