nextValueAsync

fun <T> ISource<T>.nextValueAsync(lifetime: Lifetime, condition: (T) -> Boolean = { true }): Deferred<T>

Deprecated

Api moved to rd-core

Replace with

import com.jetbrains.rd.util.threading.coroutines.nextValueAsync
nextValueAsync(lifetime, condition)