debounce

fun debounce(action: () -> Unit)

Takes an action that should be "debounced"

Parameters

action

to be debounced