Replies: 1 comment 4 replies
-
The current conversation so far:
you last mentioned "ScopedRef shouldn't be delegated a scope. the ref is scoped, it's not a scope itself."
it's not just a semantic difference. do you you what implementation by delegation does? in your code, ScopedRef IS a CoroutineScope, meaning it has EVERY methods a CoroutineScope has. that should be the case, it's not its responsibility at all. realize that you even do something as abberant as this with the way you did things
you can even write
I'll respond to each message one by one |
Beta Was this translation helpful? Give feedback.
-
This discussion was started as a way to talk about ideas about the implementation details of EffeKt.
Originally this was a discussion on reddit between u/bendgk and u/n0tkamui but it is now open to the floor.
Beta Was this translation helpful? Give feedback.
All reactions