Search code examples
Where Is The Implementation for Traverse[IO]...


scalascala-catscats-effect

Read More
How to call Cats typeclass method without specifying it explicitly?...


scalascala-catscats-effect

Read More
Handling Exceptions in Scala FS2 Stream Transformation flow...


scalascala-catscats-effectfs2

Read More
Use Cats Effect Ref as a cache - Part 2...


scalafunctional-programmingcats-effect

Read More
Use Cats Effect Ref as a cache...


scalafunctional-programmingcats-effect

Read More
how to implement error handling with doobie...


scalacats-effectdoobie

Read More
How to make cancellable timeout callback?...


scalascala-catscats-effectfs2

Read More
Cats Effect 3 Mutex unexpected behaviour...


scalacats-effect

Read More
Given `() => IO[T]`, can I obtain `IO[() => T]`?...


scalacats-effect

Read More
fs2: How to do something once the stream is started ("doOnSubscribe")?...


scalacats-effectfs2

Read More
Scala cats.Random...


scalascala-3cats-effect

Read More
How to avoid a race condition when using cats-effect based workers?...


scalascala-catsscala-3cats-effect

Read More
Timeout for Type class Async...


scalafunctional-programmingscala-catscats-effect

Read More
DFS Graph Traversal using Cats-Effect...


scalamonadsdepth-first-searchscala-catscats-effect

Read More
Scalatestplus scalacheck for testing effectful api requires unsafeRunSync()...


scalascalatestscalacheckcats-effecttagless-final

Read More
cats effect evaluates only the final for coprehension and ignores rest...


scalafunctional-programmingscala-catscategory-theorycats-effect

Read More
Run a cats Resource in the infinite loop...


scalascala-catscats-effect

Read More
Decode a list of IO[Int] in http4s when returning value in response...


scalacats-effecthttp4shttp4s-circe

Read More
Understanding cats-effect forceR definition?...


scalagenericstypesscala-catscats-effect

Read More
Scala state, function purity and separation of responsibility...


scalastatescala-catscats-effect

Read More
Expression Evaluation (Add, Mult,etc) with Cats-Effect...


scalascala-catsio-monadcats-effect

Read More
In Scala library cats-effect 2, how to reliably trigger an IO cancelling?...


scalaasynchronousscala-catscats-effect

Read More
How should I wrap this code correctly to use with Cats Effect 3? Should I use a resource?...


scalascala-catscats-effect

Read More
fs2 stream does not interrupt on Deferred...


scalacats-effectfs2

Read More
How to make cats.effect.Console with timeout?...


scalascala-catscats-effect

Read More
How to return upon encountering first "true" in a List[IO[Boolean]] in Scala Cats Effect...


scalaexistsscala-catscats-effectfindfirst

Read More
For comprehension that has to handle 2 optional values and return a Option[T]...


scalascala-catscats-effectdoobie

Read More
How do you obey x-rate-limit headers using cats-effect and the http4s client?...


scalascala-3cats-effecthttp4s

Read More
fs2 dropWhile with X => IO[Boolean]...


scalacats-effectfs2

Read More
How to produce tombstone for a Kafka Avro topic...


scalaapache-kafkaavrokafka-producer-apicats-effect

Read More
BackNext