Service

zhttp.clients.ResPoolGroup$.Service
trait Service[R]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def acquire(pool_id: String): ZIO[Any, Throwable, R]
def release(pool_id: String, res: R): ZIO[Any, Throwable, Unit]