arrows
arrows copied to clipboard
High-performance Arrow and Task in Scala
Hello, I'm running into this issue, not sure if I'm doing something wrong or not. ```scala import $ivy.`io.trane::arrows-stdlib:0.1.22` import arrows.stdlib._ import scala.concurrent._ import scala.concurrent.ExecutionContext.Implicits.global import scala.concurrent.duration._ Await.result(Future.sequence(List(Future.firstCompletedOf(List(Future.successful(1))))), Duration.Inf) // List(1)...
I know of how you feel of having Cats as dependency 🙂 but providing [cats-effect](https://typelevel.org/cats-effect/) integration in a different sub-project would be cool. Consider that cool libraries like [Monix](https://monix.io/), [FS2](https://github.com/functional-streams-for-scala/fs2),...
Is there any plans of providing https://github.com/traneio/future backend? Current stdlib lacks of some useful features