vinaygaba/Learn-Jetpack-Compose-By-Example

Add example to showcase the usage of launchInComposition

vinaygaba opened this issue · 0 comments

launchInComposition allows you to launch a suspendable function as soon as this composable is first committed i.e this tree node is first allowed to be rendered on the screen. It also takes care of automatically cancelling it when it is no longer in the composition.