DefaultActorThreadPool

cc.otavia.core.system.DefaultActorThreadPool
class DefaultActorThreadPool(val system: ActorSystem, val actorThreadFactory: ActorThreadFactory, val size: Int) extends ActorThreadPool

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def busiest: Option[ActorThread]

Attributes

Definition Classes
override protected def createActorThread(index: Int): ActorThread

Attributes

Definition Classes
override def isInit: Boolean

Attributes

Definition Classes
override def next(channels: Boolean): ActorThread

Attributes

Definition Classes
override def nextThreadId(): Int

Attributes

Definition Classes
override def nexts(num: Int, channels: Boolean): Seq[ActorThread]

Attributes

Definition Classes
override def workers: Array[ActorThread]

Attributes

Definition Classes

Concrete fields

override val size: Int

Size of this pool.

Size of this pool.

Attributes

override val system: ActorSystem