Package

io.reactors

concurrent

Permalink

package concurrent

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

Type Members

  1. class AnonymousReactor[T] extends Reactor[T]

    Permalink
  2. final class Frame extends Identifiable

    Permalink

    Placeholder for the reactor's state.

  3. final class ScalableUniqueStore[T >: Null <: Identifiable] extends AnyRef

    Permalink

    Stores Identifiable objects along with their unique names, in a scalable manner.

    Stores Identifiable objects along with their unique names, in a scalable manner.

    The UIDs of the objects stored in this data structure must always be unique for an instance of the data structure. Users may use reserveId to achieve this. The names of the objects need not be unique.

  4. abstract class Services extends Reflectable

    Permalink

    Defines services used by an reactor system.

  5. final class UniqueStore[T >: Null <: Identifiable] extends AnyRef

    Permalink

    Stores Identifiable objects along with their unique names.

Value Members

  1. object Frame

    Permalink
  2. object Services

    Permalink

    Contains common service implementations.

Inherited from AnyRef

Inherited from Any

Ungrouped