ZincWorker

mill.javalib.zinc.ZincWorker
See theZincWorker companion object
class ZincWorker(jobs: Int) extends AutoCloseable

Value parameters

jobs

number of parallel jobs

Attributes

Companion
object
Source
ZincWorker.scala
Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Constructs a ZincApi given the invocation context and dependencies.

Constructs a ZincApi given the invocation context and dependencies.

Attributes

Source
ZincWorker.scala
def close(): Unit

Attributes

Source
ZincWorker.scala
def compileJava(op: ZincCompileJava, reporter: Option[CompileProblemReporter], reportCachedProblems: Boolean)(using ctx: InvocationContext, deps: InvocationDependencies): Result[CompilationResult]

Attributes

Source
ZincWorker.scala
def compileMixed(op: ZincCompileMixed, reporter: Option[CompileProblemReporter], reportCachedProblems: Boolean)(using ctx: InvocationContext, deps: InvocationDependencies): Result[CompilationResult]

Attributes

Source
ZincWorker.scala
def scaladocJar(op: ZincScaladocJar, compilerBridge: ZincCompilerBridgeProvider): Boolean

Attributes

Source
ZincWorker.scala