Questions tagged [zio]

ZIO is a zero-dependency Scala library for asynchronous and concurrent programming with similar features as Cats IO or Monix.

ZIO — A type-safe, zero-dependency library for asynchronous and concurrent programming in Scala.

Homepage: https://zio.dev/

241 questions
-1
votes
2 answers

Type conversion getting ZManaged from ZIO (Scala)

I need help to convert value of type ZIO[WsConfig, Throwable, A] into ZManaged[A] Have next code (I can build it in IDEA, no errors related with types, no one at all), but I have ??? in just on place. def poolCache(implicit tag:…
Aleksey N Yakushev
  • 443
  • 1
  • 3
  • 11
1 2 3
16
17