rd-framework / com.jetbrains.rd.framework.util / waitFor

waitFor

suspend fun <ERROR CLASS>.waitFor(timeout: Duration, maxDelay: Long = 256, condition: suspend () -> Boolean): Boolean