ursus
01/23/2024, 9:38 PM@FlowPreview
@OptIn(kotlin.experimental.ExperimentalTypeInference::class)
@OverloadResolutionByLambdaReturnType
public fun <T> Flow<T>.debounce(timeoutMillis: (T) -> Long): Flow<T> =
when is debouce
becoming stable? it's annoying, it's preview for years nowChris Fillmore
01/24/2024, 12:55 AM