debouncedFunc

fun debouncedFunc(delayMs: Int = 200, block: () -> Unit): () -> Unit