frees-io / freestyle

A cohesive & pragmatic framework of FP centric Scala libraries

Home Page:http://frees.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async Migration

juanpedromoreno opened this issue · comments

Comes from: #463, which was closed after cats 1.0 migration:

Replace all type classes not necessary thanks to cats-effect and cats-core. For Example remove non-terminism instances in favor of NonDeterminism -> Parallel. AsyncContext -> Async, etc. https://twitter.com/LukaJacobowitz/status/935211546518712320

Note: we would lose the scala.concurrent.Future support.