nextTrueValue

suspend fun ISource<Boolean>.nextTrueValue(lifetime: Lifetime = Lifetime.Eternal): Boolean

Deprecated

Api moved to rd-core

Replace with

import com.jetbrains.rd.util.threading.coroutines.nextTrueValue
nextTrueValue()