in the compose runtime, when does the `Applier` fu...
# compose
g
in the compose runtime, when does the
Applier
function
apply
actually get invoked, what actions create ops for that?
s
Do you mean
T.apply { ... }
? If so, this is a feature of the kotlin standard library and not the Compose runtime
z
it looks like it's used to support pausable composition, but i'm not sure exactly how