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

Deprecate asWorker() extension on deferreds and channels. #19

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

zach-klippenstein
Copy link
Collaborator

The reasons for deprecating Deferred.asWorker() is documented in #10.
BroadcastChannel is being entirely replaced by SharedFlow/StateFlow,
which are covered by the Flow.asWorker() extension.

Checklist

  • Unit Tests
  • UI Tests
  • I have made corresponding changes to the documentation

@zach-klippenstein zach-klippenstein added this to the v1.0.0 milestone Jun 17, 2020
The reasons for deprecating Deferred.asWorker() is documented in #10.
`BroadcastChannel` is being entirely replaced by `SharedFlow`/`StateFlow`,
which are covered by the `Flow.asWorker()` extension.
@zach-klippenstein
Copy link
Collaborator Author

Fixed deprecated usages by upgrading most of them to the recommended replacements.

@zach-klippenstein zach-klippenstein merged commit 6365b25 into main Jun 18, 2020
@zach-klippenstein zach-klippenstein deleted the zachklipp/deprecate-asworkers branch June 18, 2020 01:12
zach-klippenstein added a commit that referenced this pull request Feb 4, 2021
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.

None yet

2 participants