noIsolation

abstract fun noIsolation(): WorkQueue(source)

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


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

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