ConcurrencyInfo
constructor(dispatcher: CoroutineDispatcher, coroutineScope: CoroutineScope)
Parameters
dispatcher
the ApolloClient dispatcher
coroutineScope
a scope bound to this ApolloClient. Canceled when ApolloClient.close is called.
the ApolloClient dispatcher
a scope bound to this ApolloClient. Canceled when ApolloClient.close is called.