synchronize With
fun LifetimeDefinition.synchronizeWith(job: Job, supportsTerminationUnderExecution: Boolean = false)
Deprecated
Api moved to rd-core
Replace with
import com.jetbrains.rd.util.threading.coroutines.synchronizeWith
Content copied to clipboard
synchronizeWith(job, supportsTerminationUnderExecution)Content copied to clipboard
fun LifetimeDefinition.synchronizeWith(scope: CoroutineScope, supportsTerminationUnderExecution: Boolean = false)
Deprecated
Api moved to rd-core
Replace with
import com.jetbrains.rd.util.threading.coroutines.synchronizeWith
Content copied to clipboard
synchronizeWith(scope, supportsTerminationUnderExecution)Content copied to clipboard