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

Experimental
true
Source
LazyVals.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Inherited
  • Not inherited
  • CountDownLatch

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