Package

molecule

platform

Permalink

package platform

Platform execution resources: executors, user-level threads and schedulers.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. platform
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Executor extends java.util.concurrent.Executor

    Permalink

    Standard molecule executor

  2. trait MoleculeThread extends Thread

    Permalink
  3. abstract class Platform extends java.util.concurrent.Executor

    Permalink

    Encapsulate access to underlying platform resources, timers, JVM threads, ....

    Encapsulate access to underlying platform resources, timers, JVM threads, ....

    An external admin thread uses the platform to bootstrap components.

  4. abstract class PlatformFactory[P <: Platform] extends AnyRef

    Permalink
  5. class Scheduler extends AnyRef

    Permalink
  6. class SchedulerFactory extends AnyRef

    Permalink
  7. final class ThreadFactory extends java.util.concurrent.ThreadFactory

    Permalink

    Thread factory.

  8. abstract class UThread extends java.util.concurrent.Executor

    Permalink

    User-level thread

  9. trait UThreadFactory extends AnyRef

    Permalink

Value Members

  1. object Executor

    Permalink
  2. object Platform extends PlatformFactory[Platform]

    Permalink
  3. object UThread

    Permalink
  4. package executors

    Permalink
  5. package monitor

    Permalink
  6. package schedulers

    Permalink
  7. package uthreads

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped