nextValue

suspend fun <T> ISource<T>.nextValue(lifetime: Lifetime = Lifetime.Eternal, condition: (T) -> Boolean = { true }): T

Deprecated

Api moved to rd-core

Replace with

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