in scala.concurrent
class Actor

abstract class Actor
extends java.lang.Thread
with ScalaObject

Constructor Summary
def this



Def Summary
def receive [ a ] ( f : PartialFunction ) : a

def receiveWithin [ a ] ( msec : scala.Long ) ( f : PartialFunction ) : a

def self : Pid

def self_= ( p : Pid ) : scala.Unit

def send ( msg : java.lang.Object ) : scala.Unit



Constructor Detail
def this

Def Detail
def receive [ a ]( f : PartialFunction ) : a

def receiveWithin [ a ]( msec : scala.Long ) ( f : PartialFunction ) : a

def self : Pid

def self_= ( p : Pid ) : scala.Unit

def send ( msg : java.lang.Object ) : scala.Unit