When you call `.freeze()` on an object, somewhere ...
# coroutines
b
When you call
.freeze()
on an object, somewhere along the line it calls
FreezeSubgraph
internally. What is it that determines what is part of an object's subgraph that also gets frozen as a part of that object's freeze operation?
r
Did you mean to ask this in #kotlin-native? This doesn't seem to be a coroutines question.
b
Oh hm good point. Just felt concurrency related. I’ll ask there. Thanks!