mill.exec
package mill.exec
Members list
Type members
Classlikes
object CodeSigUtils
Attributes
- Source
- CodeSigUtils.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CodeSigUtils.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 Serializabletrait Serializabletrait Producttrait Equalstrait AutoCloseabletrait GroupExecutionclass Objecttrait Matchableclass AnyShow all
object Execution
Attributes
- Companion
- class
- Source
- Execution.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Execution.type
object ExecutionContexts
Attributes
- Source
- ExecutionContexts.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ExecutionContexts.type
trait GroupExecution
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 Objecttrait Matchableclass Any
- Known subtypes
-
class Execution
object GroupExecution
Attributes
- Companion
- trait
- Source
- GroupExecution.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GroupExecution.type
object PlanImpl
Attributes
- Source
- PlanImpl.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PlanImpl.type
In this article