coroutineContext

A coroutine context overrides for the Store. This context will be merged with the one the store was launched with (e.g. viewModelScope).

All store operations will be launched in that context by default