|
Scala Library Documentation
|
|
scala/actors/MessageQueueElement.scala]
class
MessageQueueElement
extends AnyRef| Value Summary | |
var
|
msg : Any |
var
|
next : MessageQueueElement |
var
|
session : Channel[Any] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
|
Scala Library Documentation
|
|