KotlinWorkerFactory

mill.kotlinlib.KotlinWorkerFactory

Attributes

Source
KotlinWorkerManager.scala
Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getValue(cl: ClassLoader): KotlinWorker

Attributes

Source
KotlinWorkerManager.scala

Inherited methods

override def close(): Unit

Attributes

Definition Classes
Inherited from:
ClassLoaderCachedFactory
Source
ClassLoaderCachedFactory.scala
override def maxCacheSize: Int

Attributes

Definition Classes
Inherited from:
ClassLoaderCachedFactory
Source
ClassLoaderCachedFactory.scala
override def setup(key: Seq[PathRef]): KotlinWorker

Attributes

Definition Classes
Inherited from:
ClassLoaderCachedFactory
Source
ClassLoaderCachedFactory.scala
override def teardown(key: Seq[PathRef], value: KotlinWorker): Unit

Attributes

Definition Classes
Inherited from:
ClassLoaderCachedFactory
Source
ClassLoaderCachedFactory.scala
def withValue[R](key: Seq[PathRef])(block: KotlinWorker => R): R

Attributes

Inherited from:
CachedFactory
Source
CachedFactory.scala