Packages

o

scalation.process

CoroutineTest

object CoroutineTest extends App

The CoroutineTest object is used to test the Coroutine class. Should print: Cor1: phase 1 Cor2: phase 1 Cor1: phase 2 Cor2: phase 2

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoroutineTest
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Cor1 extends Coroutine
  2. class Cor2 extends Coroutine

Value Members

  1. val cor1: Cor1
  2. val cor2: Cor2
  3. final val executionStart: Long
    Definition Classes
    App
  4. final def main(args: Array[String]): Unit
    Definition Classes
    App

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear