DefaultSystem

s2a.leucine.actors.DefaultSystem$

Default parameters for the system you may use. If other values are needed, construct an instance of your own and initialise the ActorImplementation with that. You may of course also write a completely new ActorImplementation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete fields

val actorTracing: Boolean

Helper value to switch on/off tracing for debugging. Start your debug lines with if trace then ...

Helper value to switch on/off tracing for debugging. Start your debug lines with if trace then ...

Attributes

The character that will be used in the full name definitions of the actors.

The character that will be used in the full name definitions of the actors.

Attributes

val idleThreadPause: FiniteDuration

The natural time the system pauses when there are no tasks. The use is platform dependant.

The natural time the system pauses when there are no tasks. The use is platform dependant.

Attributes

Global maximum number of letters per mailbox.

Global maximum number of letters per mailbox.

Attributes

val silentStop: Int

The minimal number of poll loops (from the guard) for an actor to be considered silent.

The minimal number of poll loops (from the guard) for an actor to be considered silent.

Attributes

val workerPrefix: String

The prefix used in actornames for actors that are workers

The prefix used in actornames for actors that are workers

Attributes