|
Scala Library
|
|
scala/concurrent/SyncVar.scala]
class
SyncVar[A]
extends AnyRefSyncVar ...| Method Summary | |
def
|
get : A |
def
|
get (timeout : Long) : Option[A] |
def
|
isSet : Boolean |
def
|
put (x : A) : Unit |
def
|
set (x : A) : Unit |
def
|
take : A |
def
|
unset : 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 |
| Method Details |
|
Scala Library
|
|