Connection

trait Connection[F[_]] extends ConnectionExtendable[F]
trait ConnectionExtendable[F]
class Object
trait Matchable
class Any

Value members

Abstract methods

def createChannel: Resource[F, Channel[F]]

Inherited methods

def delay[V](f: Connection => V): F[V]
Inherited from:
ConnectionExtendable