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

Use room suspending functions #41

Closed
shubham08gupta opened this issue Sep 1, 2020 · 1 comment
Closed

Use room suspending functions #41

shubham08gupta opened this issue Sep 1, 2020 · 1 comment

Comments

@shubham08gupta
Copy link
Contributor

Use room inbuilt support for coroutines
Currently, the code does not use the functionality provided by the Room library. Instead, it uses Dispatchers.IO for threading purposes. I intend to remove this and add inbuilt support.

Proposed changes:
proposed PR

@PatilShreyas
Copy link
Owner

Since it's merged, closing this issue. Thanks!

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

No branches or pull requests

2 participants