serverStream

fun <I : Any, O : Any> serverStream(context: CoroutineContext, request: I, f: suspend (I, SendChannel<O>) -> Unit): Flow<O>