Scala 2

API Specification
This document is the API specification for Scala 2.


Class Summary
mixin abstract class Actor [ T ]

class ExcHandler

case class ExcHandlerDesc

abstract class FixedWorkersScheduler

abstract class IScheduler

mixin abstract class MailBox

class Process

class ReceiverTask

case class Signal
This class allows the (locl) sending of a message to an actor after a timeout. Used by the library to build receiveWithin(time:long). Note that the library deletes non received TIMEOUT() message if a messsage is received before the time-out occurs.
class SpareWorkerScheduler

class SpareWorkerScheduler2

class WorkerThread


Object Summary
object Process

object Scheduler

object TimerThread

object TimerThreadTest