This library provides an interoperability layer with Guava's com.google.common.util.concurrent.ListenableFuture
.
In order to use this library, we need to add the following line in our build.sbt
file:
libraryDependencies += "dev.zio" %% "zio-interop-guava" % "32.1.0"
Please see examples here.
Learn more on the ZIO Interop Guava homepage!
For the general guidelines, see ZIO contributor's guide.
See the Code of Conduct