Skip to content
#

asynchronous-programming

Here are 450 public repositories matching this topic...

zio
pshirshov
pshirshov commented Feb 23, 2021

I have a small piece of zlayer code. The layers are defined as vals, like so:

  private final val kafkaLayer: Layer[Error, Kafka]                                      = Config.live >>> Kafka.live
  private final val transactorLayer: Layer[Error, DbTransactor]                          = (Blocking.live ++ ConfigDb.live) >>> db.hikariLayer
  private final val queryConfigLayer: Layer[

Improve this page

Add a description, image, and links to the asynchronous-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asynchronous-programming topic, visit your repo's landing page and select "manage topics."

Learn more