Waiting

scala.runtime.LazyVals$.Waiting
final class Waiting extends CountDownLatch with LazyValControlState

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
CountDownLatch
def await(): Unit

Attributes

Inherited from:
CountDownLatch

Attributes

Inherited from:
CountDownLatch
def getCount(): Long

Attributes

Inherited from:
CountDownLatch

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