Bootstrap

mill.api.daemon.internal.BuildFileApi.Bootstrap
class Bootstrap(val rootModule: RootModuleApi) extends BuildFileApi

Attributes

Source
BuildFileApi.scala
Graph
Supertypes
trait BuildFileApi
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def moduleWatchedValues: Seq[Watchable]

Attributes

Source
BuildFileApi.scala
def withEvalWatchedValues[T](body: => T): (T, Seq[Watchable])

Run body with a fresh per-evaluation eval-watch buffer installed on the current thread; returns the body result and the accumulated watches. Concurrent evaluations get isolated buffers so they cannot lose or mix each other's watches.

Run body with a fresh per-evaluation eval-watch buffer installed on the current thread; returns the body result and the accumulated watches. Concurrent evaluations get isolated buffers so they cannot lose or mix each other's watches.

Attributes

Source
BuildFileApi.scala

Concrete fields