vinaygaba / Learn-Jetpack-Compose-By-Example

🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way

Home Page:https://jetpackcompose.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add example to showcase the usage of launchInComposition

vinaygaba opened this issue · 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.