Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default CoroutineContext from empty to default for the RibCoroutineWorker<>Worker conversion #608

Merged

Conversation

FranAguilera
Copy link
Contributor

@FranAguilera FranAguilera commented Aug 10, 2023

Description:

Currently com.uber.rib.core.RibCoroutineWorker to com.uber.rib.core.Worker (.asWorker()) is using EmptyCoroutineContext for binding when the coroutineContext is not specified in .asWorker() call

Related issue(s):

This results in changing the RibDispatchers.Default dispatcher on the original RibCoroutineWorker which results on binding the converted worker on RibDispatchers.Unconfined

@FranAguilera FranAguilera merged commit 1f8839b into uber:main Aug 10, 2023
1 check passed
@FranAguilera FranAguilera deleted the change_as_worker_dispatcher_to_default branch August 10, 2023 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants