subscriptionCoroutineContextOverride

Provide a context that will be added to the coroutine scope when a subscription is registered (eg MavericksView.onEach).

By default subscriptions use MavericksView.subscriptionLifecycleOwner and LifecycleOwner.lifecycleScope to retrieve a coroutine scope to launch the subscription in.