nextNotNullValueAsync

fun <T : Any> ISource<T?>.nextNotNullValueAsync(lifetime: Lifetime): Deferred<T>

Deprecated

Api moved to rd-core

Replace with

import com.jetbrains.rd.util.threading.coroutines.nextNotNullValueAsync
nextNotNullValueAsync(lifetime)