Await
object Await
Givens
Givens
given IsKeywordSubtype_Future_Await_Value[Value]: IsKeywordSubtype[Future[Value], Await[Value], Value]
Implicits
Implicits
implicit
def continuationAwaitDsl[Value](implicit executionContext: ExecutionContext): Dsl[Await[Value], Unit => Throwable, Value]
implicit
def streamAwaitDsl[Value, That](implicit executionContext: ExecutionContext): Dsl[Await[Value], Stream[Future[That]], Value]