Stream Scoped Clarification #296
Replies: 2 comments
-
Hi! I'm not sure I fully understand your question. Though, if that would be of any help, streamScopes will be deprecated in 0.6.0 anyway |
Beta Was this translation helpful? Give feedback.
0 replies
-
Deprecated in 0.6.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I have a RPC call and I use stream scope for a BL layer transaction of I want to listen for a period, say while a view model is active, does it make sense to use the
withStreamScope(StreamScope(viewmodelScope.coroutineContext)){//collect flow here}
Beta Was this translation helpful? Give feedback.
All reactions