debounceRoutine

private fun debounceRoutine(value: MutableState<String>, debounceDelay: Long = 500, debounce: suspend () -> Unit)