) is the important part, because it is only single threaded, am I right?
i
Igor Demin
10/25/2021, 10:30 PM
Yes, it is important that it is single threaded. It is mostly for `LaunchedEffect`'s, which can't perform in parallel with ComposeScene methods. Sorry, it is not true, `LaunchedEffect`'s theoretically can launch in parallel. It also used for other things, like recompositions, and scheduling callbacks.