clientStream

suspend fun <I : Any, O : Any> clientStream(context: CoroutineContext, request: Flow<I>, f: suspend (ReceiveChannel<I>) -> O): O