https://kotlinlang.org logo
#compose
Title
# compose
p

pawegio

05/12/2019, 9:16 PM
I have one question related to Continuing Explorations slide from I/O talk. Does multithreaded layout mean possibility of having multiple UI threads? 🤔
t

themishkun

05/12/2019, 9:21 PM
I think it mean something like Litho’s asynchronous layout https://fblitho.com/docs/asynchronous-layout
👍 2
j

jim

05/13/2019, 6:23 PM
I think there is a lot to explore in the space, and we know we want to go in that general direction, which is mostly what I was trying to communicate in that slide. Does litho do multi-threaded layout or single-threaded layout on a different thread? We've been thinking about doing multi-threaded layout, because there are many cases where subtrees can be calculated independently and therefore parallelized. Then, we would have a single UI thread apply/draw the updates at the end.
6 Views