classLoaderIsolation

Creates a WorkQueue to submit work for asynchronous execution with an isolated classloader.


abstract fun classLoaderIsolation(action: Action<out Any>): WorkQueue(source)

Creates a WorkQueue to submit work for asynchronous execution with an isolated classloader and the requirements specified in the supplied ClassLoaderWorkerSpec.