given_Backend_F

given given_Backend_F[F[_]](using val async: Async[F], val runtime: IORuntime): Backend[F]

Value members

Concrete methods

def delay[A](thunk: => A): F[A]
def fromFuture[A](fa: F[Future[A]]): F[A]

Concrete fields

protected val async: Async[F]
val executionContext: ExecutionContext
protected val runtime: IORuntime