Closed JorgeCastilloPrz closed 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.
kategory-effects
Future
I am trying to replace it here with IO and AsyncContext usage.
IO
AsyncContext
fixes #8
Given that we have
kategory-effects
, it's better to play with those resources instead of coding our ownFuture
decaffeinated version.I am trying to replace it here with
IO
andAsyncContext
usage.