Found in the Compose javadocs such a term: "compos...
# compose
a
Found in the Compose javadocs such a term: "composition's apply thread". E.g.
RememberObserver.onRemembered
. What is it about?
a
it refers to the thread where the composition's
Recomposer
is running its
runRecomposeAndApplyChanges()
method. On Android this is the main/UI thread.
a
Thanks! Is it guaranteed to be the main thread even in the future multithreaded compositions?
And so the same thread for all ui events