Package

subscript.vm.executor

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. class CallGraph[S] extends AnyRef

    Permalink
  2. trait MQExtras extends AnyRef

    Permalink

    Provides convenience methods to quickly insert certain messages.

  3. class MessageHandlers extends SafeCollection[MessageHandler]

    Permalink
  4. class MessageQueue extends MsgPublisher with MessagePriorities

    Permalink
  5. trait Operation extends AnyRef

    Permalink

    Represents a (not thread-safe) operation.

  6. trait SafeCollection[A] extends SafeMutableState

    Permalink
  7. trait SafeMutableState extends AnyRef

    Permalink

    This trait represents a collection with unsafe (fast) and safe (slow) access modes.

    This trait represents a collection with unsafe (fast) and safe (slow) access modes. Safety implies synchronization. It is supposed to be used in unsafe way from only one thread; all other threads should access it in safe manner.

  8. trait TrackToBeExecuted extends MessageQueue

    Permalink

Value Members

  1. object CallGraph

    Permalink
  2. object MessageHandlers

    Permalink

Ungrouped