Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cats-effect

Is it okay to use "unsafeRunSync()" in Cats-Effects?

is it a bad practice to map a suspended effect with an impure function?

Fiber on the JVM with Scala IO implementations

java scala zio cats-effect

http4s Received premature EOF

fs2 http4s cats-effect

Doobie - lifting arbitrary effect into ConnectionIO CE3

scala cats-effect doobie

cats-effect: How to obtain an implicit NonEmptyParallel

Conversion between Option[F[ShoppingCart]] to F[Option[ShoppingCart]]

what is the equivalent of fs2.Scheduler in fs2 (0.10.x) in newer versions

How to terminate FS2 stream started from SBT Shell?

scala fs2 cats-effect

How to make cats.effect.Console with timeout?

How to read from embedded-kafka with fs2-kafka

How to asynchronously interrupt an fs2 stream?

Confused about cats-effect Async.memoize

How to create cats IO monad from cats State

Scala: http4s giving 401 Unauthorized for same request that works in curl/requests

High level of what I will need to do to port ReactiveMongo scala to use cats effects?

Making sense of Scala FP Libraries