|
Scala Library Documentation
|
|
scala/concurrent/SyncVar.scala]
class
SyncVar[a]
extends AnyRefSyncVar ...| Method Summary | |
def
|
get : a |
def
|
isSet : Boolean |
def
|
set (x : a) : Unit |
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 Documentation
|
|