This site requires javascript.
Android Code Search
file:androidx/compose/runtime/Effects.kt function:LaunchedEffect
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
Effects.kt
content_copy
Preview
321:
322:
323:
@Composable
fun
LaunchedEffect
(block:
suspend
CoroutineScope.() -> Unit): Unit =
error(LaunchedEffectNoParamError)
338:
339:
340:
@OptIn(InternalComposeApi::
class
)
fun
LaunchedEffect
(key1: Any?, block:
suspend
CoroutineScope.() -> Unit) {
val
applyContext = currentComposer.applyCoroutineContext
357:
358:
359:
@OptIn(InternalComposeApi::
class
)
fun
LaunchedEffect
(key1: Any?, key2: Any?, block:
suspend
CoroutineScope.() -> Unit) {
val
applyContext = currentComposer.applyCoroutineContext
376:
377:
378:
@OptIn(InternalComposeApi::
class
)
fun
LaunchedEffect
(key1: Any?, key2: Any?, key3: Any?, block:
suspend
CoroutineScope.() -> Unit) {
val
applyContext = currentComposer.applyCoroutineContext
399:
400:
401:
@OptIn(InternalComposeApi::
class
)
fun
LaunchedEffect
(
vararg
keys: Any?, block:
suspend
CoroutineScope.() -> Unit) {
val
applyContext = currentComposer.applyCoroutineContext
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main