executeIn

abstract fun executeIn(scope: CoroutineScope): Pair<SendChannel<S>, ReceiveChannel<R>>

Enqueues this call for execution and returns channels to send and receive the call's messages. This uses the Dispatchers.IO to transmit outbound messages.