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

Kotlin Flows #134

Open
LinusMuema opened this issue Jan 12, 2021 · 1 comment
Open

Kotlin Flows #134

LinusMuema opened this issue Jan 12, 2021 · 1 comment

Comments

@LinusMuema
Copy link

Some operations like deleting and writing the local database do not need a return of flow since they are "one-time" operations. For reading the database, it would be okay since the flows would notify you of any change in the database but the former methods can have simple int returns.

@odaridavid
Copy link
Owner

Will give this theory a test run as I work on #133

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