ActorThreadPool

cc.otavia.core.system.ActorThreadPool
See theActorThreadPool companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def busiest: Option[ActorThread]
def isInit: Boolean
def next(channels: Boolean): ActorThread
def nextThreadId(): Int
def nexts(num: Int, channels: Boolean): Seq[ActorThread]
def size: Int

Size of this pool.

Size of this pool.

Attributes

def workers: Array[ActorThread]