Stream Scoped Clarification #296
Unanswered
kmbisset89
asked this question in
Q&A
Replies: 1 comment
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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