dimsuz
06/19/2024, 3:22 PMshikasd
06/19/2024, 6:46 PMLaunchedEffect
? Technically it can be configured when Recomposer
is created, you can provide effectCoroutineContext
in constructor. The rest of the effects are invoked on the same thread as composition (setContent
) and the main clock.
Practically, it is the main thread by default.