/cats-effect-demo

Code samples for the use cases given at my Dublin Scala Meetup's talk

Primary LanguageScala

cats-effect-demo

Code samples for the use cases given at my talk at the Dublin Scala Meetup.

Includes examples of Cats Effect typeclasses:

  • Sync
  • LiftIO
  • Async
  • Effect

Runnable using either IO Cats or Monix Task:

  • IODemo
  • TaskDemo

And examples of libraries that use Cats Effect:

  • Fs2
  • Http4s
  • Doobie
  • Sttp