wait For
suspend fun Lifetime.waitFor(timeout: Duration, maxDelay: Long = 256, condition: suspend () -> Boolean): Boolean
Deprecated
Api moved to rd-core
Replace with
import com.jetbrains.rd.util.threading.coroutines.waitFor
Content copied to clipboard
waitFor(timeout, maxDelay, this, condition)Content copied to clipboard