CpsMonadContext

trait CpsMonadContext[F[_]]

Base for context operations inside monad

class Object
trait Matchable
class Any

Type members

Types

type Monad[X] = F[X]

Value members

Abstract methods

def adoptAwait[A](fa: F[A]): F[A]

adopt external monadic value to the current context.

adopt external monadic value to the current context.