Is it possible to run multiple Molecules in differ...
# squarelibraries
m
Is it possible to run multiple Molecules in different threads? Especially if I share state objects between them?
j
Molecule doesn't care. So yes! As to whether Compose and the snapshot system cares... well it's not supposed to, but frankly we're basically the only usage of Compose off of the main thread so it's not unheard of to have problems.