Waiting

scala.runtime.LazyVals.Waiting

Used to indicate the state of a lazy val that is being evaluated and of which other threads await the result.

Attributes

Source
LazyVals.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
CountDownLatch
def await(): Unit

Attributes

Inherited from:
CountDownLatch
def countDown(): Unit

Attributes

Inherited from:
CountDownLatch
def getCount(): Long

Attributes

Inherited from:
CountDownLatch
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
CountDownLatch