toggle menu
hooks2
common
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks
/
LaunchedThrottleEffect
Launched
Throttle
Effect
@
Composable
fun
LaunchedThrottleEffect
(
vararg
keys
:
Any
?
,
options
:
ThrottleOptions
=
remember { ThrottleOptions() }
,
block
:
SuspendAsyncFn
)