Packages

o

gopher.channels

CurrentFlowTermination

object CurrentFlowTermination

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

Value Members

  1. macro def doThrow(e: Throwable): Unit
  2. def doThrowImpl(c: Context)(e: scala.reflect.macros.whitebox.Context.Expr[Throwable]): scala.reflect.macros.whitebox.Context.Expr[Unit]
  3. def exit[A](a: A): A
    Annotations
    @compileTimeOnly( ... )
  4. macro def exitDelayed[A](a: A): A
  5. def exitImpl[A](c: Context)(a: scala.reflect.macros.whitebox.Context.Expr[A])(implicit wtt: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]
  6. def shutdownImpl(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Unit]