noIsolation

abstract fun noIsolation(): WorkQueue

Creates a WorkQueue to submit work for asynchronous execution with no isolation.


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

Creates a WorkQueue to submit work for asynchronous execution with no isolation and the requirements specified in the supplied WorkerSpec.