Scala 2.7.2.r16513-b20081107075805 API

This document is the API specification for Scala Library

Class Summary
class Channel [a] extends AnyRef
This class ...
trait LinkedListQueueCreator extends AnyRef
Efficient queue module creator based on linked lists.
trait ListQueueCreator extends AnyRef
Inefficient but simple queue module creator.
class Lock extends AnyRef
This class ...
class MailBox extends ListQueueCreator
trait QueueModule [A] extends AnyRef
Module for dealing with queues.
class SyncChannel [A] extends AnyRef
A SyncChannel allows one to exchange data synchronously between a reader and a writer thread. The writer thread is blocked until the data to be written has been read by a corresponding reader thread.
class SyncVar [A] extends AnyRef
The class SyncVar ...
Object Summary
case object TIMEOUT extends Product
The message sent to a message box when the period specified in receiveWithin expires.
object jolib extends AnyRef
Library for using join-calculus concurrent primitives in Scala.
object ops extends AnyRef
The object ops ...
object pilib extends AnyRef