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 Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article