RunnerSharedState

mill.daemon.RunnerSharedState
See theRunnerSharedState companion class

Attributes

Companion
class
Source
RunnerSharedState.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Frame(evalWatched: Seq[Watchable], moduleWatched: Seq[Watchable], reusable: Option[Reusable])

One shared bootstrap-frame entry. reusable is set iff the bootstrap at this depth succeeded; failed bootstraps still publish a Frame so we can read their watches for invalidation purposes.

One shared bootstrap-frame entry. reusable is set iff the bootstrap at this depth succeeded; failed bootstraps still publish a Frame so we can read their watches for invalidation purposes.

Attributes

Companion
object
Source
RunnerSharedState.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Frame

Attributes

Companion
class
Source
RunnerSharedState.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Frame.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods