Packages

object Coroutine extends Error

The Coroutine companion object provides functions to start-up and shutdown the coroutine system as well as counters for the Coroutine class.

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

Value Members

  1. final def flaw(method: String, message: String): Unit
    Definition Classes
    Error
  2. def shutdown(): Int

    Shutdown the coroutine thread pool and return the largest number of threads that have ever simultaneously been in the pool.

    Shutdown the coroutine thread pool and return the largest number of threads that have ever simultaneously been in the pool. Must be called at program end or application will hang.