JorgeCastilloPrz / ArrowAndroidSamples

Functional Programing Android architecture using http://arrow-kt.io/
426 stars 38 forks source link

Remove Future on Nested Monads module #11

Closed JorgeCastilloPrz closed 7 years ago

JorgeCastilloPrz commented 7 years ago

fixes #8

Given that we have kategory-effects, it's better to play with those resources instead of coding our own Future decaffeinated version.

I am trying to replace it here with IO and AsyncContext usage.