waitFor

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