Packages

o

gopher.goasync

AsyncWrapper

object AsyncWrapper

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncWrapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. macro def async[T](x: T)(implicit ec: ExecutionContext): Future[T]
  2. def asyncImpl[T](c: Context)(x: scala.reflect.macros.blackbox.Context.Expr[T])(ec: scala.reflect.macros.blackbox.Context.Expr[ExecutionContext]): scala.reflect.macros.blackbox.Context.Expr[Future[T]]
  3. macro def await[T](x: Future[T]): T
  4. def awaitImpl[T](c: Context)(x: scala.reflect.macros.blackbox.Context.Expr[Future[T]]): scala.reflect.macros.blackbox.Context.Expr[T]
  5. macro def postWrap[T](x: T): T
  6. def postWrapImpl[T](c: Context)(x: scala.reflect.macros.blackbox.Context.Expr[T]): scala.reflect.macros.blackbox.Context.Expr[T]