MetaFrame

mill.daemon.RunnerLauncherState.MetaFrame
case class MetaFrame(depth: Int, evaluator: EvaluatorApi, sharedFrame: Frame, readLease: Option[Lease], spanningInvalidationTree: Option[String])

One meta-build level of an in-progress launcher evaluation. Holds a direct reference to the RunnerSharedState.Frame instance the launcher pinned with readLease (no read lease and a failed shared frame on a failed bootstrap), so its classloader/runClasspath are read off sharedFrame without duplication.

Attributes

Source
RunnerLauncherState.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def evalWatched: Seq[Watchable]

Attributes

Source
RunnerLauncherState.scala
def moduleWatched: Seq[Watchable]

Attributes

Source
RunnerLauncherState.scala

Attributes

Source
RunnerLauncherState.scala

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala