ActorThread

cc.otavia.core.system.ActorThread
See theActorThread companion class
object ActorThread

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Returns a reference to the currently executing ActorThread object.

Returns a reference to the currently executing ActorThread object.

Attributes

Returns

the currently executing thread.

Returns the ActorThread.index of the currently executing ActorThread object.

Returns the ActorThread.index of the currently executing ActorThread object.

Attributes

Returns

ActorThread index

final def currentThreadIsActorThread: Boolean

Check whether the current Thread is ActorThread.

Check whether the current Thread is ActorThread.

Attributes

final def threadBuffer[T]: ArrayBuffer[T]
final def threadMap[K, V]: HashMap[K, V]
final def threadSet[T]: HashSet[T]