executeBlocking

abstract fun executeBlocking(): Pair<MessageSink<S>, MessageSource<R>>

Enqueues this call for execution and returns streams to send and receive the call's messages. Reads and writes on the returned streams are blocking.