waitFor

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
waitFor(timeout, maxDelay, this, condition)