CpsRuntimeAwait

cps.CpsRuntimeAwait
trait CpsRuntimeAwait[F[_]]

When this typeclass is implemented for a monad F, dotty-cps-async can use runtime await invocations for handling of high-order functions when shifted variants are not available.

Attributes

Source
CpsRuntimeAwait.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def await[A](fa: F[A])(ctx: CpsTryMonadContext[F]): A

Attributes

Source
CpsRuntimeAwait.scala