ConcurrencyInfo
class ConcurrencyInfo(val dispatcher: CoroutineDispatcher, val coroutineScope: CoroutineScope) : ExecutionContext.Element
Gives access to ApolloClient dispatcher and scope. This is used by the normalized cache to execute cache writes in the background.
Parameters
dispatcher
the ApolloClient dispatcher
coroutineScope
a scope bound to this ApolloClient. Canceled when ApolloClient.close is called.