mill.exec

package mill.exec

Members list

Type members

Classlikes

object CodeSigUtils

Attributes

Source
CodeSigUtils.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class Execution(baseLogger: Logger, profileLogger: Profile, workspace: Path, outPath: Path, externalOutPath: Path, rootModule: BaseModuleApi, classLoaderSigHash: Int, classLoaderIdentityHash: Int, workerCache: Map[String, (Int, Val)], env: Map[String, String], failFast: Boolean, ec: Option[ThreadPoolExecutor], codeSignatures: Map[String, Int], systemExit: (String, Int) => Nothing, exclusiveSystemStreams: SystemStreams, getEvaluator: () => EvaluatorApi, offline: Boolean, staticBuildOverrideFiles: Map[Path, String], enableTicker: Boolean) extends GroupExecution, AutoCloseable

Core logic of evaluating tasks, without any user-facing helper methods

Core logic of evaluating tasks, without any user-facing helper methods

Attributes

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

Attributes

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

Attributes

Source
ExecutionContexts.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Logic around evaluating a single group, which is a collection of Tasks with a single Terminal.

Logic around evaluating a single group, which is a collection of Tasks with a single Terminal.

Attributes

Companion
object
Source
GroupExecution.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Execution

Attributes

Companion
trait
Source
GroupExecution.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object PlanImpl

Attributes

Source
PlanImpl.scala
Supertypes
class Object
trait Matchable
class Any
Self type
PlanImpl.type