scala.concurrent

class Lock

[source: scala/concurrent/Lock.scala]

class Lock
extends AnyRef
This class ...
Author
Martin Odersky
Version
1.0, 10/03/2003
Value Summary
var available : Boolean
Method Summary
def acquire : Unit
def release : Unit
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
var available : Boolean

Method Details
def acquire : Unit

def release : Unit